Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 305a9b1

Browse files
committed
forward to bash
1 parent 833ab30 commit 305a9b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

env_vars.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
# Environment variables for build
23
OPENBLAS_VERSION="v0.3.7"
34
MACOSX_DEPLOYMENT_TARGET=10.9

env_vars_32.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
# Environment variables for 32-bit build.
23
# The important difference from the 64-bit build is `-msse2` to
34
# compile sse loops for ufuncs.

0 commit comments

Comments
 (0)