Skip to content
Snippets Groups Projects
Commit dbbc7eb1 authored by simply-nicky's avatar simply-nicky
Browse files

Merge branch 'dev0'

parents 11bae72e 0a05d4e4
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ copyright = '2020, Nikolay Ivanov'
author = 'Nikolay Ivanov'
# The full version, including alpha/beta/rc tags
release = '0.1.6'
release = '0.1.7'
# -- General configuration ---------------------------------------------------
......
......@@ -13,8 +13,8 @@ else:
ext = '.pyx' if USE_CYTHON else '.c'
extension_args = {'language': 'c',
'extra_compile_args': ['-fopenmp'],
'extra_link_args': ['-lomp'],
'extra_compile_args': ['-fopenmp', '-std=gnu99'],
'extra_link_args': ['-fopenmp'],
'libraries': ['gsl', 'gslcblas'],
'library_dirs': ['/usr/local/lib',
os.path.join(sys.prefix, 'lib')],
......@@ -39,7 +39,7 @@ with open('README.md', 'r') as readme:
long_description = readme.read()
setup(name='pyrost',
version='0.1.6',
version='0.1.7',
author='Nikolay Ivanov',
author_email="nikolay.ivanov@desy.de",
long_description=long_description,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment