mirror of
https://github.com/pfloos/quack
synced 2024-12-22 20:35:36 +01:00
switch back compiler
This commit is contained in:
parent
ddb24ecf99
commit
c4a01b8a12
@ -78,8 +78,8 @@ FIX_ORDER_OF_LIBS=-Wl,--start-group
|
||||
|
||||
|
||||
if sys.platform in ["linux", "linux2"]:
|
||||
# compiler = compile_gfortran_linux
|
||||
compiler = compile_ifort_linux
|
||||
compiler = compile_gfortran_linux
|
||||
# compiler = compile_ifort_linux
|
||||
elif sys.platform == "darwin":
|
||||
compiler = compile_gfortran_mac
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user