Skip to content

Commit 54416e1

Browse files
committed
patch to __attribute__ ((visibility ("default"))) on exported functions
1 parent cc34992 commit 54416e1

File tree

5 files changed

+2833
-11
lines changed

5 files changed

+2833
-11
lines changed

ci-before-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ set -xe
4949
if [[ "$NIGHTLY" = "true" ]]; then
5050
pushd OpenBLAS
5151
git checkout develop
52-
# Set the pyproject.toml version: convert v0.3.24-30-g138ed79f to 0.3.34.30
52+
# Set the pyproject.toml version: convert v0.3.24-30-g138ed79f to 0.3.24.30.0
5353
version=$(git describe --tags --abbrev=8 | sed -e "s/^v\(.*\)-g.*/\1/" | sed -e "s/-/./g")
5454
popd
55-
sed -e "s/^version = .*/version = \"${version}\"/" -i.bak pyproject.toml
55+
sed -e "s/^version = .*/version = \"${version}.0\"/" -i.bak pyproject.toml
5656
fi
5757

5858

0 commit comments

Comments
 (0)