Skip to content

Commit

Permalink
Merge branch 'fix_ccsr'
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonik committed Aug 10, 2019
2 parents 23180b0 + cab0555 commit 6083100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -1358,7 +1358,7 @@ for mod in mods:
extra_link_args="-L$BUILDDIR/lib_shared $CXXFLAGS $LD_LIB_PATH $LINKFLAGS $LDFLAGS".split()
))
setup(name="CTF",packages=["ctf"],version="1.5.4",cmdclass = {'build_ext': build_ext},ext_modules = cythonize(ext_mods))
setup(name="CTF",packages=["ctf"],version="1.5.5",cmdclass = {'build_ext': build_ext},ext_modules = cythonize(ext_mods))
EOF
echo 'A setup.py file has been created (to adjust all settings edit the setup.py file manually or rerun ./configure to create a new one).'
Expand Down

0 comments on commit 6083100

Please sign in to comment.