Skip to content

Commit

Permalink
specify config in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed May 10, 2024
1 parent a19d21f commit e41aa50
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1,032 deletions.
6 changes: 0 additions & 6 deletions .conda-ci-build-configure.sh
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
case $(uname) in
MINGW*|MSYS*) python ./configure.py --cl-inc-dir="$CONDA_PREFIX/Library/include" \
--cl-lib-dir="$CONDA_PREFIX/Library/lib";;
*) python ./configure.py --cl-inc-dir="$CONDA_PREFIX/include" \
--cl-lib-dir="$CONDA_PREFIX/lib";;
esac
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
curl -L -O https://tiker.net/ci-support-v0
. ci-support-v0
./configure.py --cl-use-shipped-ext
# ./configure.py --cl-use-shipped-ext
build_py_project_in_conda_env
python -m pip install mypy importlib-resources
Expand All @@ -72,7 +72,7 @@ jobs:
run: |
curl -L -O https://tiker.net/ci-support-v0
. ci-support-v0
./configure.py --cl-use-shipped-ext
# ./configure.py --cl-use-shipped-ext
build_py_project_in_conda_env
test_py_project
Expand All @@ -88,7 +88,7 @@ jobs:
curl -L -O https://tiker.net/ci-support-v0
. ci-support-v0
./configure.py --cl-use-shipped-ext
# ./configure.py --cl-use-shipped-ext
build_py_project_in_conda_env
test_py_project
Expand All @@ -110,7 +110,7 @@ jobs:
curl -L -O https://tiker.net/ci-support-v0
. ci-support-v0
./configure.py --cl-use-shipped-ext
# ./configure.py --cl-use-shipped-ext
build_py_project_in_conda_env
test_py_project
Expand All @@ -127,7 +127,7 @@ jobs:
curl -L -O https://tiker.net/ci-support-v0
. ci-support-v0
./configure.py --cl-libname=OpenCL
# ./configure.py --cl-libname=OpenCL
build_py_project_in_conda_env
test_py_project
Expand All @@ -146,7 +146,7 @@ jobs:
curl -L -O https://tiker.net/ci-support-v0
. ci-support-v0
./configure.py --cl-use-shipped-ext
# ./configure.py --cl-use-shipped-ext
build_py_project_in_conda_env
build_docs
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
. ci-support-v0
TEST_ENV_ROOT="$(pwd)/$DOWNSTREAM_PROJECT/.conda-root/envs/testing"
./configure.py --cl-inc-dir="$TEST_ENV_ROOT/include" --cl-lib-dir="$TEST_ENV_ROOT/lib"
# ./configure.py --cl-inc-dir="$TEST_ENV_ROOT/include" --cl-lib-dir="$TEST_ENV_ROOT/lib"
git add -f siteconf.py
prepare_downstream_build "https://github.com/inducer/$DOWNSTREAM_PROJECT.git"
Expand Down

0 comments on commit e41aa50

Please sign in to comment.