We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ded36 commit d21fc6dCopy full SHA for d21fc6d
recipe/bld.bat
@@ -74,8 +74,7 @@ set "USE_LITE_PROTO=ON"
74
SET "USE_ITT=0"
75
SET "USE_NUMA=0"
76
77
-@REM TODO(baszalmstra): There are linker errors because of mixing Intel OpenMP (iomp) and Microsoft OpenMP (vcomp)
78
-set "USE_OPENMP=OFF"
+set "USE_OPENMP=ON"
79
80
@REM Use our Pybind11, Eigen, sleef
81
set USE_SYSTEM_EIGEN_INSTALL=1
recipe/meta.yaml
@@ -1,6 +1,6 @@
1
# if you wish to build release candidate number X, append the version string with ".rcX"
2
{% set version = "2.7.1" %}
3
-{% set build = 3 %}
+{% set build = 4 %}
4
5
# Use a higher build number for the CUDA variant, to ensure that it's
6
# preferred by conda's solver, and it's preferentially
0 commit comments