Skip to content

Commit

Permalink
SABIModule
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Sep 25, 2024
1 parent 6a96fc1 commit 0758653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-wheels-mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cd /tmp
git clone --depth 1 -b ${GIT_VERSION} https://github.com/${REPO}/openturns.git
cd openturns
VERSION=`cat VERSION`
sed -i "s|Development.Module|Development.Module Development.SABIModule|g" CMakeLists.txt

PREFIX=$PWD/install
${ARCH}-w64-mingw32-cmake \
Expand Down Expand Up @@ -66,6 +67,7 @@ do
sed -i "s|Metadata-Version: 2.0|Metadata-Version: 1.2|g" python/src/METADATA.in
pkgver=${pkgver}.post1
./utils/setVersionNumber.sh ${pkgver}
sed -i "s|Development.Module|Development.Module Development.SABIModule|g" CMakeLists.txt
PREFIX=$PWD/install
${ARCH}-w64-mingw32-cmake \
-DCMAKE_INSTALL_PREFIX=${PREFIX} \
Expand Down

0 comments on commit 0758653

Please sign in to comment.