Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Update download link
  • Loading branch information
eirrgang committed Mar 26, 2018
1 parent 8ef970e commit 1a561ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def build_extension(self, ext):
# Linking is a pain because the package is relocated to the site-packages directory. We should really do this
# in two stages.
if build_gromacs:
gromacs_url = "https://github.com/kassonlab/gromacs-gmxapi/archive/dev_0_0_4.zip"
gromacs_url = "https://github.com/kassonlab/gromacs-gmxapi/archive/v0_0_4.zip"
gmxapi_DIR = os.path.join(extdir, 'data/gromacs')
extra_cmake_args = ['-DCMAKE_INSTALL_PREFIX=' + gmxapi_DIR,
'-DGMX_FFT_LIBRARY=fftpack',
Expand Down

0 comments on commit 1a561ac

Please sign in to comment.