Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions shellpack_src/src/blasbuild/blasbuild-bench
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash
###SHELLPACK preamble blasbuild-bench blas-v0.3.10
###SHELLPACK preamble blasbuild-bench blas-v0.3.30

###SHELLPACK parseargBegin
###SHELLPACK parseargInstall
###SHELLPACK parseargBindings
###SHELLPACK parseargEnd
###SHELLPACK monitor_hooks

export BLAS_VERSION="v0.3.10"
export BLAS_VERSION="v0.3.30"
# dependencies
###SHELLPACK check_external_install_required blasbuild blasbuild-${BLAS_VERSION} ${BLAS_VERSION}
4 changes: 3 additions & 1 deletion shellpack_src/src/blasbuild/blasbuild-install
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/bash
###SHELLPACK preamble blasbuild v0.3.10
###SHELLPACK preamble blasbuild v0.3.30
GIT_LOCATION=https://github.com/xianyi/OpenBLAS
MIRROR_LOCATION="$WEBROOT/blasbuild/"

install-depends gcc-fortran

###SHELLPACK parseargBegin
###SHELLPACK parseargEnd

Expand Down