We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976a302 commit c0bac27Copy full SHA for c0bac27
package-builders/hypre.sh
@@ -28,14 +28,15 @@ pkg_src_dir="hypre"
28
HYPRE_SOURCE_DIR="$pkg_sources_dir/$pkg_src_dir"
29
pkg_bld_dir="$OUT_DIR/hypre"
30
HYPRE_DIR="$pkg_bld_dir"
31
+hypre_branch="${hypre_branch:-master}"
32
pkg="hypre"
33
34
35
function hypre_clone()
36
{
37
pkg_repo_list=("[email protected]:hypre-space/hypre.git"
38
"https://github.com/hypre-space/hypre.git")
- pkg_git_branch="master"
39
+ pkg_git_branch="$hypre_branch"
40
cd "$pkg_sources_dir" || return 1
41
if [[ -d "$pkg_src_dir" ]]; then
42
update_git_package
0 commit comments