Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148937115
D21994.id63732.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
698 B
Referenced Files
None
Subscribers
None
D21994.id63732.diff
View Options
Index: Makefile
===================================================================
--- Makefile
+++ Makefile
@@ -31,10 +31,14 @@
MPI_CMAKE_BOOL= BUILD_MPI
MPI_LIB_DEPENDS= libmpi.so:net/openmpi
+MPI_USES= compiler:c11
OPENMP_USES= localbase
-OPENMP_CMAKE_BOOL= BUILD_OMP
-OPENMP_LIB_DEPENDS= libomp.so:devel/openmp
+OPENMP_CMAKE_BOOL= ${OPENMP_CMAKE_BOOL_${CHOSEN_COMPILER_TYPE}}
+OPENMP_CMAKE_BOOL_gcc= CMAKE_DISABLE_FIND_PACKAGE_OpenMP
+OPENMP_CMAKE_BOOL_clang= BUILD_OMP
+OPENMP_LIB_DEPENDS= ${OPENMP_LIB_DEPENDS_${CHOSEN_COMPILER_TYPE}}
+OPENMP_LIB_DEPENDS_clang= libomp.so:devel/openmp
FFMPEG_BUILD_DEPENDS= ffmpeg:multimedia/ffmpeg
FFMPEG_RUN_DEPENDS= ffmpeg:multimedia/ffmpeg
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 22, 4:03 AM (37 m, 46 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30106610
Default Alt Text
D21994.id63732.diff (698 B)
Attached To
Mode
D21994: science/lammps: fix build on GCC architectures
Attached
Detach File
Event Timeline
Log In to Comment