File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ if not "%GIT_DESCRIBE_NUMBER%"=="0" (
66)
77:: -G "Visual Studio 16 2019" specifies the the generator
88:: -T v142 specifies the toolset
9- pip install . --no-deps - Ccmake.args=" -G Visual Studio 16 2019 -T v142"
9+ pip install . -Ccmake.args=" -G Visual Studio 16 2019 -T v142"
1010if errorlevel 1 exit 1
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CIL="${PKG_VERSION}"
1313if test " ${GIT_DESCRIBE_NUMBER} " ! = " 0" ; then
1414 export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CIL=" ${PKG_VERSION} .dev${GIT_DESCRIBE_NUMBER} +${GIT_DESCRIBE_HASH} "
1515fi
16- pip install . --no-deps -Ccmake.args= " ${extra_args} "
16+ python -m pip install .
Original file line number Diff line number Diff line change 3939requirements :
4040 build :
4141 - python
42- - numpy {{ numpy }}
4342 - pip
4443 - setuptools >=64
4544 - setuptools_scm >=8
@@ -48,13 +47,8 @@ requirements:
4847 - libgcc-ng # [linux]
4948 - libstdcxx-ng # [linux]
5049 - _openmp_mutex # [linux]
51- - openmp # [osx]
5250 - vc 14 # [win]
5351 - ninja # [not win]
54- - ipp-include {{ ipp_version }}
55- - ipp-devel {{ ipp_version }}
56- - ipp {{ ipp_version }}
57- - scikit-build-core >=0.10
5852
5953 run :
6054 - python
You can’t perform that action at this time.
0 commit comments