Skip to content

Commit

Permalink
Add scikit-build back in for now
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 7, 2020
1 parent e2a98cc commit 6003ab0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_script:
- call conda config --set always_yes yes --set changeps1 no
- call conda info -a
- call conda update -q conda
- call conda install -c conda-forge python=3.7 re2c m2-bison xonsh llvmdev=8.0.0
- call conda install -c conda-forge python=3.7 re2c m2-bison xonsh scikit-build llvmdev=8.0.0
- set CONDA_PREFIX=C:\\Miniconda37-x64
- set LFORTRAN_CMAKE_GENERATOR=Visual Studio 15 2017 Win64
- set WIN=1
Expand Down
2 changes: 1 addition & 1 deletion ci/azure_install_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
conda config --set always_yes yes --set changeps1 no
conda info -a
conda update -q conda
conda install -c conda-forge python=3.7 re2c bison m4 xonsh llvmdev=9.0.1 toml cmake=3.17.0
conda install -c conda-forge python=3.7 re2c bison m4 xonsh scikit-build llvmdev=9.0.1 toml cmake=3.17.0
export MACOSX_DEPLOYMENT_TARGET="10.9"
export CONDA_PREFIX=/usr/local/miniconda
export LFORTRAN_CMAKE_GENERATOR="Unix Makefiles"
Expand Down
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,4 @@
"Operating System :: OS Independent",
],
cmake_languages=('C'),
install_requires=[
"pytest",
"llvmlite",
"prompt_toolkit",
"antlr4-python3-runtime",
"pygments",
],
)

0 comments on commit 6003ab0

Please sign in to comment.