Skip to content

Commit

Permalink
Change ZFP download path
Browse files Browse the repository at this point in the history
  • Loading branch information
navjotk committed Nov 16, 2021
1 parent 9013655 commit bd729b4
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 @@ -114,7 +114,7 @@ def build_extension(self, ext):
"the supplied 'sources' base dir "
"must exist" % ext.name)

download_file('https://computing.llnl.gov/system/files/zfp-0.5.5.tar.gz')
download_file('https://github.com/LLNL/zfp/releases/download/0.5.5/zfp-0.5.5.tar.gz')
command = 'make'
if clang:
command += ' OPENMP=0'
Expand Down

0 comments on commit bd729b4

Please sign in to comment.