Skip to content
Permalink
ffe189f49f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit fa35015 Sep 8, 2021 History
- fixed SRCURL
3 contributors

Users who have contributed to this file

@pmenzel @donald @wwwutz
executable file 35 lines (24 sloc) 548 Bytes
#!/usr/bin/env beesh
# BEE_VERSION openblas-0.3.9-1
BEE_BUILDTYPE=make
BEE_MAKEFLAGS+=" DYNAMIC_ARCH=1"
# SRCURL[0]="https://github.com/xianyi/OpenBLAS/archive/v${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/28cc19a6acbf636f5aab5f10b9a0dfe1/openblas-0.3.9.tar.gz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}