Skip to content

Commit

Permalink
fixing swig
Browse files Browse the repository at this point in the history
  • Loading branch information
scrgiorgio committed May 6, 2024
1 parent b911cac commit 7483b69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-openvisus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
set -ex
export PYTHON_VERSION=${{ matrix.python-version }}
git submodule update --init --recursive
source ./scripts/cpython.windows.sh
Expand All @@ -45,6 +46,7 @@ jobs:
run: |
set -ex
export PYTHON_VERSION=${{ matrix.python-version }}
git submodule update --init --recursive
source ./scripts/conda.windows.sh
Expand All @@ -66,6 +68,7 @@ jobs:
run: |
set -ex
export PYTHON_VERSION=${{ matrix.python-version }}
git submodule update --init --recursive
source ./scripts/cpython.macos.sh
Expand All @@ -83,6 +86,7 @@ jobs:
run: |
set -ex
export PYTHON_VERSION=${{ matrix.python-version }}
git submodule update --init --recursive
source ./scripts/conda.macos.sh
Expand All @@ -108,6 +112,7 @@ jobs:
export NUMPY_VERSION=1.19.5
fi
git submodule update --init --recursive
source scripts/ubuntu.sh
Expand Down
3 changes: 0 additions & 3 deletions scripts/conda.windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ fi
# compile openvisus
if [[ "1" == "1" ]]; then

# IDX2
git submodule update --recursive

BUILD_DIR=build_windows_conda
mkdir -p ${BUILD_DIR}
cd ${BUILD_DIR}
Expand Down
4 changes: 0 additions & 4 deletions scripts/cpython.windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ fi
# compile openvisus
if [[ "1" == "1" ]]; then


# IDX2
git submodule update --recursive

mkdir -p ${BUILD_DIR}
cd ${BUILD_DIR}
cmake \
Expand Down

0 comments on commit 7483b69

Please sign in to comment.