Skip to content

Commit

Permalink
adapt compilectrans4py build: fftw and omp
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreMary committed Jan 28, 2025
1 parent bb8d62e commit b900eed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
'-DENABLE_ETRANS=ON',
'-DENABLE_ECTRANS4PY=ON',
'-DENABLE_SINGLE_PRECISION=OFF',
'-DENABLE_OMP=OFF',
'-DENABLE_OMP=ON',
'-DFFTW_USE_STATIC_LIBS=ON',
],
package_dir={"": "src"},
cmake_install_dir="src/ectrans4py",
Expand Down
2 changes: 1 addition & 1 deletion src/ectrans4py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from ctypesForFortran import addReturnCode, treatReturnCode, IN, OUT


__version__ = "1.2.51"
__version__ = "1.5.1"


# Shared objects library
Expand Down

0 comments on commit b900eed

Please sign in to comment.