File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@ rem Remember to activate Intel Compiler, or remove these two lines to use Microsoft Visual Studio compiler
22
3- set MKLROOT = %PREFIX%
43%PYTHON% setup.py build --force install --old-and-unmanageable
54if errorlevel 1 exit 1
Original file line number Diff line number Diff line change 11#! /bin/bash -x
2- MKLROOT= $PREFIX $PYTHON setup.py build --force install --old-and-unmanageable
2+ $PYTHON setup.py build --force install --old-and-unmanageable
Original file line number Diff line number Diff line change 22rem set CFLAGS=-I%PREFIX%\Library\include %CFLAGS%
33rem set LDFLAGS=/LIBPATH:%PREFIX% %LDFLAGS%
44
5- set MKLROOT = %CONDA_PREFIX%
6-
75" %PYTHON% " setup.py clean --all
86
97:: Make CMake verbose
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -ex
33
4- export MKLROOT=$CONDA_PREFIX
5-
64read -r GLIBC_MAJOR GLIBC_MINOR <<< " $(conda list '^sysroot_linux-64$' \
75 | tail -n 1 | awk '{print $2}' | grep -oP '\d+' | head -n 2 | tr '\n' ' ')"
86
You can’t perform that action at this time.
0 commit comments