Skip to content

Commit

Permalink
arpack: be0 conversion and update url
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas committed Oct 29, 2019
1 parent 05cddf1 commit 1490127
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 86 deletions.
86 changes: 0 additions & 86 deletions arpack-3.1.5-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions arpack.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION arpack-3.1.5-1

SRCURL[0]="https://github.com/opencollab/arpack-ng/archive/${PKGVERSION}.tar.gz arpack-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
export F77=gfortran
bee_configure \
--enable-shared \
--enable-static
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 1490127

Please sign in to comment.