We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b596020 commit 830b51dCopy full SHA for 830b51d
setup.py
@@ -96,7 +96,7 @@ def find_CDF_base(lib_name):
96
os_name = 'linux'
97
env_name = 'gnu'
98
lib_name = 'libcdf.a'
99
- shared_lib_name = 'libcdf.so'
+ shared_lib_name = None #'libcdf.so'
100
extra_link_args = ['-lm', '-lc']
101
elif (platform == 'win32'):
102
lib_name = 'libcdf.lib'
@@ -240,7 +240,7 @@ def run(self):
240
numpy.distutils.core.setup(
241
242
name = 'pysatCDF',
243
- version = '0.2.3',
+ version = '0.2.4',
244
packages = ['pysatCDF'],
245
cmdclass = cmdclass,
246
ext_modules = [ext1, ],
0 commit comments