Skip to content

Commit

Permalink
Turn AmberTools24 back on for Mac and see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
e-pettersen committed Oct 28, 2024
1 parent 4345054 commit 2b13965
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions prereqs/ambertools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ include $(TOP)/mk/config.make

# Using AmberTools distribution from https://ambermd.org

#ifeq ($(OS),Darwin)
#VERSION = 24
#SRC_VERSION = 24
#else
ifeq ($(OS),Darwin)
VERSION = 24
SRC_VERSION = 24
else
VERSION = 20
SRC_VERSION = 20
#endif
endif

# to upload new binary versions, set USE_PREBUILT to false and UPLOAD_PREBUILT to true;
# once all platforms have been successfully built, set USE_PREBUILT to true and UPLOAD_PREBUILT to false
#ifeq ($(OS),Darwin)
#USE_PREBUILT=false
#UPLOAD_PREBUILT=true
#else
ifeq ($(OS),Darwin)
USE_PREBUILT=false
UPLOAD_PREBUILT=true
else
USE_PREBUILT=true
UPLOAD_PREBUILT=false
#endif
endif
ifeq ($(OS),Linux)
SUPPORTED_DISTROS := Ubuntu CentOS Debian Rocky Freedesktop
# CentOS uses "CentOS Linux", hence the second awk in the following line
Expand Down

0 comments on commit 2b13965

Please sign in to comment.