Skip to content

Commit e33ce6b

Browse files
committed
patch to __attribute__ ((visibility ("default"))) on exported functions
1 parent 0dfedf0 commit e33ce6b

File tree

4 files changed

+2832
-9
lines changed

4 files changed

+2832
-9
lines changed

ci-before-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ if [[ "$NIGHTLY" = "true" ]]; then
4545
pushd OpenBLAS
4646
git checkout develop
4747
export OPENBLAS_COMMIT=$(git describe --tags --abbrev=8)
48-
# Set the pyproject.toml version: convert v0.3.24-30-g138ed79f to 0.3.34.30
48+
# Set the pyproject.toml version: convert v0.3.24-30-g138ed79f to 0.3.34.30.0
4949
version=$(echo $OPENBLAS_COMMIT | sed -e "s/^v\(.*\)-g.*/\1/" | sed -e "s/-/./g")
5050
popd
51-
sed -e "s/^version = .*/version = \"${version}\"/" -i.bak pyproject.toml
51+
sed -e "s/^version = .*/version = \"${version}.0\"/" -i.bak pyproject.toml
5252
else
5353
export OPENBLAS_COMMIT=$(cat openblas_commit.txt)
5454
fi

0 commit comments

Comments
 (0)