Skip to content

Commit bd729b4

Browse files
committed
Change ZFP download path
1 parent 9013655 commit bd729b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def build_extension(self, ext):
114114
"the supplied 'sources' base dir "
115115
"must exist" % ext.name)
116116

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

0 commit comments

Comments
 (0)