-
Notifications
You must be signed in to change notification settings - Fork 22
newstyle Find_Python, numpy2, and xtensor 0.26 #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c89522b
f719614
76e8ff6
2d44902
9b42aa4
8345cd7
528bf7e
661baa6
efb05f6
4a10199
78468d1
794b004
bb5c147
e3767b6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,16 @@ | ||
| REM https://stackoverflow.com/questions/6832666/lnk2019-when-including-asio-headers-solution-generated-with-cmake | ||
| cmake . -G "NMake Makefiles" ^ | ||
| mkdir bld | ||
| cd bld | ||
| cmake .. -G "NMake Makefiles" ^ | ||
| -DWITH_QPBO=OFF ^ | ||
| -DWITH_HDF5=OFF ^ | ||
| -DWITH_GLPK=OFF ^ | ||
| -DWITH_CPLEX=OFF ^ | ||
| -DWITH_GUROBI=OFF ^ | ||
| -DBUILD_CPP_TEST=OFF ^ | ||
| -DCMAKE_PREFIX_PATH="%CONDA_PREFIX%" ^ | ||
| -DCMAKE_INSTALL_PREFIX="%CONDA_PREFIX%" ^ | ||
| -DPython_NumPy_INCLUDE_DIRS=$(python -c "import numpy; print(numpy.get_include())") ^ | ||
| -DCMAKE_CXX_FLAGS="/std:c++17 /EHsc" ^ | ||
| -DCMAKE_PREFIX_PATH:PATH="%CONDA_PREFIX%" ^ | ||
| -DCMAKE_INSTALL_PREFIX:PATH="%CONDA_PREFIX%" ^ | ||
| -DPython_EXECUTABLE:PATH="%CONDA_PREFIX%\python.exe" ^ | ||
| -DCMAKE_CXX_FLAGS="/EHsc" ^ | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why do you specify
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. My windows knowledge is also limited... It seems like this is for suppressing some warnings during compilation. Do you think there is a problem in having it here? |
||
| -DBUILD_NIFTY_PYTHON=ON ^ | ||
| -DWITH_HDF5=OFF ^ | ||
| -DWITH_Z5=ON ^ | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| repos: [] |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,18 @@ | ||
| name: | ||
| nifty-dev | ||
| name: nifty-dev | ||
| channels: | ||
| - conda-forge | ||
| - conda-forge | ||
| dependencies: | ||
| - boost-cpp>=1.63 | ||
| - h5py | ||
| - nlohmann_json | ||
| - scikit-image | ||
| - xtensor>=0.21,<0.22 | ||
| - xtensor-python>=0.24,<0.25 | ||
| - python 3.12 | ||
| - numpy | ||
| - xtensor >=0.26,<0.27 | ||
| - xtensor-python >=0.28,<0.29 | ||
| - libboost-devel | ||
| - libvigra | ||
| # Vigra Numpy is used at link time too | ||
| - vigra | ||
| - z5py | ||
| - z5py >=2.0.20 | ||
| # build dependencies needed for z5 | ||
| - nlohmann_json | ||
| - blosc | ||
| - bzip2 | ||
| - zlib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This parameter doesn't exist (anymore???)