Skip to content

Commit 830b51d

Browse files
committed
Removed shared lib setup. Incremented version
1 parent b596020 commit 830b51d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def find_CDF_base(lib_name):
9696
os_name = 'linux'
9797
env_name = 'gnu'
9898
lib_name = 'libcdf.a'
99-
shared_lib_name = 'libcdf.so'
99+
shared_lib_name = None #'libcdf.so'
100100
extra_link_args = ['-lm', '-lc']
101101
elif (platform == 'win32'):
102102
lib_name = 'libcdf.lib'
@@ -240,7 +240,7 @@ def run(self):
240240
numpy.distutils.core.setup(
241241

242242
name = 'pysatCDF',
243-
version = '0.2.3',
243+
version = '0.2.4',
244244
packages = ['pysatCDF'],
245245
cmdclass = cmdclass,
246246
ext_modules = [ext1, ],

0 commit comments

Comments
 (0)