Skip to content

Commit

Permalink
Re-enable tinker install
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags committed Oct 17, 2024
1 parent 3574e7f commit ac4136e
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,25 +62,25 @@ jobs:
# python -c "import work_queue"
# export PATH="$GITHUB_WORKSPACE/opt/cctools/current/bin:$PATH"

# - name: Install Tinker
# run: |
# if [[ "$CI_OS" == 'ubuntu-latest' ]]; then
# wget https://dasher.wustl.edu/tinker/downloads/bin-linux-8.8.3.tar.gz -O tinker.tar.gz
# fi
# if [[ "$CI_OS" == 'macOS-latest' ]]; then
# wget https://dasher.wustl.edu/tinker/downloads/bin-macos-8.8.3.tar.gz -O tinker.tar.gz
# fi
# tar xvzf tinker.tar.gz &> untar.log
#
# mkdir -p $GITHUB_WORKSPACE/opt/tinker/8.8.3
# if [[ "$CI_OS" == 'ubuntu-latest' ]]; then
# mv bin-linux $GITHUB_WORKSPACE/opt/tinker/8.8.3/bin
# fi
# if [[ "$CI_OS" == 'macOS-latest' ]]; then
# mv bin-macos $GITHUB_WORKSPACE/opt/tinker/8.8.3/bin
# fi
#
# echo "$GITHUB_WORKSPACE/opt/tinker/8.8.3/bin" >> $GITHUB_PATH
- name: Install Tinker
run: |
if [[ "$CI_OS" == 'ubuntu-latest' ]]; then
wget https://dasher.wustl.edu/tinker/downloads/bin-linux-8.8.3.tar.gz -O tinker.tar.gz
fi
if [[ "$CI_OS" == 'macOS-latest' ]]; then
wget https://dasher.wustl.edu/tinker/downloads/bin-macos-8.8.3.tar.gz -O tinker.tar.gz
fi
tar xvzf tinker.tar.gz &> untar.log
mkdir -p $GITHUB_WORKSPACE/opt/tinker/8.8.3
if [[ "$CI_OS" == 'ubuntu-latest' ]]; then
mv bin-linux $GITHUB_WORKSPACE/opt/tinker/8.8.3/bin
fi
if [[ "$CI_OS" == 'macOS-latest' ]]; then
mv bin-macos $GITHUB_WORKSPACE/opt/tinker/8.8.3/bin
fi
echo "$GITHUB_WORKSPACE/opt/tinker/8.8.3/bin" >> $GITHUB_PATH
#- name: Install Gromacs
# run: |
Expand Down

0 comments on commit ac4136e

Please sign in to comment.