mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
misc/libemos: fix build with GCC architectures
GCC8 is already used for fortran so set USES=compiler:c11 to use GCC8 for everything. PR: 239438 Approved by: mentors (implicit approval), yuri (mentor)
This commit is contained in:
parent
716c95b18a
commit
e61a49c5f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507915
@ -17,7 +17,7 @@ LIB_DEPENDS= libeccodes.so:science/eccodes \
|
||||
libfftw3.so:math/fftw3 \
|
||||
libpng.so:graphics/png
|
||||
|
||||
USES= cmake:noninja fortran
|
||||
USES= cmake:noninja compiler:c11 fortran
|
||||
|
||||
CMAKE_ON= BUILD_SHARED_LIBS # not respected: https://jira.ecmwf.int/browse/SUP-2691
|
||||
CMAKE_OFF= HAVE_TESTS
|
||||
|
Loading…
Reference in New Issue
Block a user