Skip to content

Commit f485d7e

Browse files
committed
patch to __attribute__ ((visibility ("default"))) on exported functions
1 parent 202309a commit f485d7e

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
@@ -44,10 +44,10 @@ set -xe
4444
if [[ "$NIGHTLY" = "true" ]]; then
4545
pushd OpenBLAS
4646
git checkout develop
47-
# Set the pyproject.toml version: convert v0.3.24-30-g138ed79f to 0.3.34.30
47+
# Set the pyproject.toml version: convert v0.3.24-30-g138ed79f to 0.3.24.30.0
4848
version=$(git describe --tags --abbrev=8 | sed -e "s/^v\(.*\)-g.*/\1/" | sed -e "s/-/./g")
4949
popd
50-
sed -e "s/^version = .*/version = \"${version}\"/" -i.bak pyproject.toml
50+
sed -e "s/^version = .*/version = \"${version}.0\"/" -i.bak pyproject.toml
5151
fi
5252

5353
if [ "$(uname)" != "Darwin" ]; then

0 commit comments

Comments
 (0)