Skip to content
Permalink
Browse files

ape, whizard: Remove -llvm from compilers.setup

Forgotten in 907a4a8.
  • Loading branch information
ryandesign committed Mar 26, 2018
1 parent f83481e commit 0289b3f4bab771a6f4ef6e7b40165ea8174311b8
Showing with 2 additions and 2 deletions.
  1. +1 −1 science/ape/Portfile
  2. +1 −1 science/whizard/Portfile
@@ -32,7 +32,7 @@ configure.optflags -O3

# cpp from gcc5 and gcc6 do not work for FCCPP currently. gfortran is ok though.
compilers.choose fc cc cpp
compilers.setup require_fortran -g95 -clang -llvm -gcc5 -gcc6 -gcc7
compilers.setup require_fortran -g95 -clang -gcc5 -gcc6 -gcc7

# g95 is disabled because of constructs regarded as illegal by this compiler.
# :info:build In file mesh_ape.f90:58
@@ -40,7 +40,7 @@ use_parallel_build yes

# if clang is used with gfortran, fails to link -lgomp
compilers.choose cc cxx fc f77
compilers.setup require_fortran -clang -llvm -g95 -gfortran
compilers.setup require_fortran -clang -g95 -gfortran

# make check doesn't work in general on El Capitan as long as SIP is activated as DYLD variables are not exported.
if {${os.major} <= 14 && ${os.platform} eq "darwin"} {

0 comments on commit 0289b3f

Please sign in to comment.
You can’t perform that action at this time.