mirror of
https://github.com/pfloos/quack
synced 2024-12-22 12:23:50 +01:00
rm olympe by default
This commit is contained in:
parent
3142c59066
commit
9e5c2c629f
@ -89,8 +89,8 @@ FIX_ORDER_OF_LIBS=-Wl,--start-group
|
||||
|
||||
if sys.platform in ["linux", "linux2"]:
|
||||
# compiler = compile_gfortran_linux
|
||||
# compiler = compile_ifort_linux
|
||||
compiler = compile_olympe
|
||||
compiler = compile_ifort_linux
|
||||
# compiler = compile_olympe
|
||||
elif sys.platform == "darwin":
|
||||
compiler = compile_gfortran_mac
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user