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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue