Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
982af728
Unverified
Commit
982af728
authored
Dec 30, 2017
by
xoviat
Committed by
GitHub
Dec 30, 2017
Browse files
Merge pull request #112 from radarhere/typos
Fixed typos
parents
df67fdc9
0c6916cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
library_builders.sh
library_builders.sh
+2
-2
No files found.
library_builders.sh
View file @
982af728
# Find, load common utilties
# Find, load common util
i
ties
# Defines IS_OSX, fetch_unpack
# Defines IS_OSX, fetch_unpack
MULTIBUILD_DIR
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
MULTIBUILD_DIR
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
source
$MULTIBUILD_DIR
/common_utils.sh
source
$MULTIBUILD_DIR
/common_utils.sh
...
@@ -8,7 +8,7 @@ source $MULTIBUILD_DIR/_gfortran_utils.sh
...
@@ -8,7 +8,7 @@ source $MULTIBUILD_DIR/_gfortran_utils.sh
PLAT
=
"
${
PLAT
:x86_64
}
"
PLAT
=
"
${
PLAT
:x86_64
}
"
GF_LIB_URL
=
"https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com"
GF_LIB_URL
=
"https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com"
# Recipes for building some libaries
# Recipes for building some lib
r
aries
OPENBLAS_VERSION
=
"
${
OPENBLAS_VERSION
:-
0
.2.18
}
"
OPENBLAS_VERSION
=
"
${
OPENBLAS_VERSION
:-
0
.2.18
}
"
# We use system zlib by default - see build_new_zlib
# We use system zlib by default - see build_new_zlib
ZLIB_VERSION
=
"
${
ZLIB_VERSION
:-
1
.2.10
}
"
ZLIB_VERSION
=
"
${
ZLIB_VERSION
:-
1
.2.10
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment