[oe-commits] org.oe.dev fftw_3.1.2.bb : Add bb file for fftw (Fastest FFT in the West)

crofton commit openembedded-commits at lists.openembedded.org
Tue Jan 16 14:06:09 UTC 2007


fftw_3.1.2.bb : Add bb file for fftw (Fastest FFT in the West)

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: ef9e203161e7f13f69a4936480f51f3a7fa03db6
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ef9e203161e7f13f69a4936480f51f3a7fa03db6
Files:
1
packages/fftw
packages/fftw/fftw_3.1.2.bb
Diffs:

#
# mt diff -r517eb7e8612f2b9c73edd64c0323a409c558093c -ref9e203161e7f13f69a4936480f51f3a7fa03db6
#
# 
# 
# add_dir "packages/fftw"
# 
# add_file "packages/fftw/fftw_3.1.2.bb"
#  content [75ba5a000046c32a0a59524a11145a5af360838e]
# 
============================================================
--- packages/fftw/fftw_3.1.2.bb	75ba5a000046c32a0a59524a11145a5af360838e
+++ packages/fftw/fftw_3.1.2.bb	75ba5a000046c32a0a59524a11145a5af360838e
@@ -0,0 +1,16 @@
+DESCRIPTION = "FFTW"
+SECTION =  "libs"
+PRIORITY = "optional"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz"
+
+EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared"
+
+inherit autotools
+
+do_stage () {
+        autotools_stage_all
+}
+






More information about the Openembedded-commits mailing list