Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2007 14:53:35 +0200
From:      Pieter de Goeje <pieter@degoeje.nl>
To:        freebsd-current@freebsd.org
Subject:   omp.h not installed (patch)
Message-ID:  <200705311453.35706.pieter@degoeje.nl>

next in thread | raw e-mail | index | archive | help
I noticed that omp.h (necessary for OpenMP) isn't currently installed. Patch 
below will fix that.

Regards,
Pieter de Goeje

--- gnu/lib/libgomp/Makefile.orig       Sat May 19 06:25:55 2007
+++ gnu/lib/libgomp/Makefile    Thu May 31 14:45:25 2007
@@ -14,6 +14,7 @@
        single.c team.c work.c lock.c mutex.c proc.c sem.c \
        bar.c time.c fortran.c
 SRCS+= gstdint.h libgomp_f.h omp.h omp_lib.h
+INCS+= omp.h
 
 CFLAGS+= -DHAVE_CONFIG_H
 CFLAGS+= -I${.CURDIR} -I. -I${SRCDIR} -I${SRCDIR}/config/posix



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705311453.35706.pieter>