Skip to content

Commit

Permalink
Merge pull request #7 from mariux64/add-fftw-3.3.4
Browse files Browse the repository at this point in the history
Add FFTW 3.3.4
  • Loading branch information
wwwutz committed Jun 15, 2016
2 parents 12581e9 + 7ee4180 commit 5744c00
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions fftw-3.3.4-0.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

SRCURL[0]="ftp://ftp.fftw.org/pub/fftw/fftw-${PKGVERSION}.tar.gz"

PATCHURL[0]=""

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=""

# build_in_sourcedir



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

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

mee_configure() {
bee_configure \
--enable-threads \
--with-pic
}

mee_build() {
bee_build
make check
}

#mee_install() {
# bee_install
#}

0 comments on commit 5744c00

Please sign in to comment.