Skip to content

Commit

Permalink
removing -fopenmp
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimieMurdock committed Jul 26, 2016
1 parent 487bef3 commit 8759c59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -26,7 +26,7 @@

setup(
name = "vsm",
version = "0.4.0b2",
version = "0.4.0b3",
description = ('Vector Space Semantic Modeling Framework '\
'for the Indiana Philosophy Ontology Project'),
author = "The Indiana Philosophy Ontology (InPhO) Project",
Expand Down Expand Up @@ -54,8 +54,8 @@
ext_modules = [
Extension('_cgs_update', ['vsm/model/_cgs_update.c'],
include_dirs=[numpy.get_include()],
extra_compile_args=['-fopenmp', '-march=native'],
extra_link_args=['-fopenmp', '-march=native'],
extra_compile_args=['-march=native'],
extra_link_args=['-march=native'],
# define_macros=[('CYTHON_TRACE','1')]
),
],
Expand Down

0 comments on commit 8759c59

Please sign in to comment.