Skip to content

Commit

Permalink
Merge pull request #1432 from mariux64/arpack-be0-conversion
Browse files Browse the repository at this point in the history
arpack: be0 conversion and update url
  • Loading branch information
wwwutz authored Nov 1, 2019
2 parents e15f6e5 + 1490127 commit 7d05e16
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 7d05e16

Please sign in to comment.