Skip to content

Commit

Permalink
fftw: Add version 3.3.4
Browse files Browse the repository at this point in the history
Just copy the bee file for 3.3.3-1, and remove blank lines.

Change-log [1]:

> ### FFTW 3.3.4 ###
>
> March 16, 2014
>
> *   New functions fftw_alignment_of (to check whether two arrays are
>     equally aligned for the purposes of applying a plan) and
>     fftw_sprint_plan (to output a description of plan to a string).
> *   Bugfix in fftw-wisdom-to-conf; thanks to Florian Oppermann for the
>     bug report.
> *   Fixed manual to work with texinfo-5.
> *   Increased timing interval on x86_64 to reduce timing errors.
> *   Default to Win32 threads, not pthreads, if both are present.
> *   Various build-script fixes.

[1] http://www.fftw.org/release-notes.html
  • Loading branch information
pmenzel committed Jun 14, 2016
1 parent 099db20 commit 5e501fa
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions fftw-3.3.4-0.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/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
#}

#mee_install() {
# bee_install
#}

0 comments on commit 5e501fa

Please sign in to comment.