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
42fdd0c8
Unverified
Commit
42fdd0c8
authored
Jan 26, 2018
by
xoviat
Committed by
GitHub
Jan 26, 2018
Browse files
Merge pull request #133 from matthew-brett/source-configure
Library Builders: source configure_build
parents
b5c090cb
c86570ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
configure_build.sh
configure_build.sh
+6
-0
library_builders.sh
library_builders.sh
+1
-0
No files found.
configure_build.sh
View file @
42fdd0c8
...
@@ -3,6 +3,12 @@
...
@@ -3,6 +3,12 @@
MULTIBUILD_DIR
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
MULTIBUILD_DIR
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
source
$MULTIBUILD_DIR
/common_utils.sh
source
$MULTIBUILD_DIR
/common_utils.sh
# Only source configure_build once
if
[
-n
"
$CONFIGURE_BUILD_SOURCED
"
]
;
then
return
fi
CONFIGURE_BUILD_SOURCED
=
1
PLAT
=
"
${
PLAT
:x86_64
}
"
PLAT
=
"
${
PLAT
:x86_64
}
"
BUILD_PREFIX
=
"
${
BUILD_PREFIX
:-
/usr/local
}
"
BUILD_PREFIX
=
"
${
BUILD_PREFIX
:-
/usr/local
}
"
...
...
library_builders.sh
View file @
42fdd0c8
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
MULTIBUILD_DIR
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
MULTIBUILD_DIR
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
source
$MULTIBUILD_DIR
/_gfortran_utils.sh
source
$MULTIBUILD_DIR
/_gfortran_utils.sh
source
$MULTIBUILD_DIR
/configure_build.sh
# For OpenBLAS
# For OpenBLAS
GF_LIB_URL
=
"https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com"
GF_LIB_URL
=
"https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com"
...
...
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