You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
shtools: Fix 10.7 build
This commit is contained in:
committed by
Renee Otten
parent
3ef60b459e
commit
f47de491fa
@@ -30,6 +30,12 @@ use_configure no
|
||||
compilers.choose f90
|
||||
compilers.setup default_fortran
|
||||
|
||||
# Xcode clang on 10.7 fails: invalid instruction mnemonic 'cvtsi2sdl'
|
||||
# https://github.com/macports/macports-ports/pull/17193
|
||||
# https://github.com/william-dawson/NTPoly/issues/192
|
||||
compiler.blacklist-append \
|
||||
{clang < 500}
|
||||
|
||||
pre-build {
|
||||
build.args F95=${configure.f90}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user