Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lapack: update from 3.5.0 to 3.10.0
- update
  • Loading branch information
wwwutz committed Aug 24, 2022
1 parent eb6ab70 commit a0ab606
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 235 deletions.
235 changes: 0 additions & 235 deletions lapack-3.5.0-1.bee

This file was deleted.

39 changes: 39 additions & 0 deletions lapack.be0
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION lapack-3.10.1-1

#SRCURL[0]="https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.10.1.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/722407217a080a0012ae3d6913fb8008/v3.10.1.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
-DBUILD_SHARED_LIBS=ON \
-DLAPACKE=ON \
-DCBLAS=ON
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit a0ab606

Please sign in to comment.