aboutsummaryrefslogtreecommitdiffstats
path: root/math/fftw3/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | math)
* Convert to new perl frameworkbapt2013-09-171-2/+2
| | | | Convert USE_GMAKE to USES
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-181-1/+1
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-2/+1
|
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-1/+1
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* update master sites; trim headers; reposition LICENSE, WWWbf2013-03-191-2/+2
|
* fix WITH_OPENMP on recent -CURRENT built WITH_CLANG_IS_CC [1];bf2013-02-141-10/+5
| | | | | | use USE_PKGCONFIG Reported by: A. Shterenlikht, Denis [1]
* update to 3.3.3bf2012-11-271-1/+1
| | | | Feature safe: yes
* exit earlier, and with a more helpful error message, when attempting tobf2012-06-091-2/+6
| | | | | | build the OpenMP libraries with clang [1]; shorten a long line PR: 168804 [1]
* update to 3.3.2 and convert options to the new stylebf2012-06-071-9/+12
|
* update to 3.3.1bf2012-03-031-7/+11
|
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
|
* - Fix build on FreeBSD 10miwi2011-10-291-0/+1
| | | | With hat: portmgr
* Fix minor infelicity in OPTIONS, to prevent the endbf2011-10-231-1/+1
| | | | | | | of the world. PR: 161896 Submitted by: mandree, wblock (different patch)
* add an option for the fftw3 OpenMP libraries, and turn itbf2011-10-221-12/+26
| | | | | | | | | off by default, because some compilers (e.g. clang) don't support OpenMP; make linking to the fftw3*_threads shared libraries easier by adding tags for the system thread library; simplify math library changes for the long flavor on 7.*; defer patch cleanup, to make debugging easier; tweak format of post-patch target
* - update fftw3* to 3.3 [1], and adjust dependent portsbf2011-10-171-37/+50
| | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen
* use altivec only in the -float case; simplify some conditionals;bf2011-09-281-21/+17
| | | | restrict sse2 to machines that support it; re-format a few lines
* fix flags when built WITH_OPTIMIZED_CFLAGSbf2011-09-271-19/+25
| | | | | PR: 157936, 161023 Reported by: L.V. Iliev, amdmi3, "break19", G.V. Seibert
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-4/+4
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Over to new volunteer.linimon2010-07-261-1/+1
|
* Reset ahze@ due to maintainer-timeouts and no response to email.linimon2010-07-261-1/+1
| | | | Hat: portmgr
* - Oops checked in the wrong Makefiledb2009-08-261-3/+3
| | | | Approved by: ahze
* - After digging into the Makefile and configure for fftw3 I discovereddb2009-08-261-21/+7
| | | | | | | | | | | that USE_FORTRAN was only used to determine what name mangling scheme it had to use to compile the shim libs for fortran, but compiling everything using 'C' anyway. With this diff, the slave ports fftw3-long-fortran, fftw3-float-fortran and fftw3-fortran disapear since the shims are always built, without necessitating the use of a USE_FORTRAN. Approved by: ahze (Maintainer)
* Update to 3.2.2ahze2009-08-101-3/+6
|
* - Ensure Fortran shim is not built if USE_FORTRAN is not set.db2009-06-181-6/+18
| | | | | | | | | - Split Fortran option into slave ports fftw3-fortran long-fortran float-fortran - Have to bump PORTREVISION for package builds etc.. - Fix silly spelling mistakes "Percision" -> "Precision" noted. Reviewed by: itetcu (portmgr) Approved by: ahze (Maintainer)
* Update to 3.2.1ahze2009-06-081-1/+1
|
* - Update to 3.2pav2009-05-181-4/+10
| | | | | | PR: ports/129035 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer timeout (ahze; 6 months)
* - fftw3 needs USE_FORTRAN in order to generate fortran shim. [1]db2009-05-151-1/+2
| | | | | | - Two week maintainer timeout. PR: ports/134115 [1]
* - Update download locationspav2009-01-201-2/+2
|
* Update to 3.1.3ahze2008-10-131-1/+1
|
* Add 'make regression-test' which runs a series of tests of the fftw3 buildahze2008-09-071-0/+3
| | | | | PR: ports/127103 Submitted by: Pedro Giffuni <pfgshield-freebsd@yahoo.com>
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-6/+0
|
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-4/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Update to 3.1.2ahze2006-07-061-1/+5
|
* - Update to 3.1.1ahze2006-05-111-10/+7
| | | | | | - Mark fftw3-long ONLY_FOR_ARCHS=i386 sparc64 PR: 93925 (did not use)
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* - Update MASTER_SITES to fix fetchahze2006-04-241-2/+1
|
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* - Always build the seprate fftw3 threads lib.ahze2005-12-011-11/+3
| | | | Requested by: Xride via irc.freenode.org/#FreeBSD-GNOME
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Move USE_LDOUBLE=yes above bsd.port.pre.mk so pointyhat actaully usesahze2005-11-041-3/+1
| | | | math/ldouble
* - Fix fftw3-long by ALWAYS using math/ldouble even if CPUTYPE is definedahze2005-10-291-1/+1
| | | | since some CPUTYPES work and others don't.
* - Fix build of fftw3-long on 5.x, 6.x, 7.x when CPUTYPE is not definedahze2005-10-011-2/+5
| | | | | | | by using math/ldouble. Also, CPUTYPE=[i386|i486|i586|i686] and proabably some others won't work. Reported by: PointyHat
* - Remove -malign-double from WITH_OPTIMIZED_CFLAGS on amd64 to fix buildahze2005-09-021-3/+6
| | | | | PR: ports/85555 Submitted by: Tetsuya Uemura
* - no longer depend on math/ldouble for math/fftw3-long on >= 504000 sinceahze2005-05-181-0/+4
| | | | it now has some long double math functions.
* - Remove a few MASTER_SITES that don't carry fftw3ahze2005-03-151-3/+1
|
* - Fix build for 4.x users who define WITH_OPTIMIZED_CFLAGS and have SSE byahze2004-12-201-2/+5
| | | | | | | | | using internal libtool since we use gcc34 and libtool15 doesn't like a different CC/CXX other than the one it was built with [1] - Fix plist if WITH_SMP_THREADS was defined - Bump PORTREVISION to force update of plist changes Reported by: marcus [1]
* - Remove i386 Restriction of 3dnow/sse since amd64 has sse and 3dnowahze2004-12-151-18/+14
| | | | | - Remove WITH_SSE Option and auto-detect it under WITH_OPTIMIZED_CFLAGS - Move auto-detect of 3dnow under WITH_OPTIMIZED_CFLAGS
* Remove WITH_OPTIMIZED_ATHLON knob and auto-detect 3dnow to enable Athlon/3dnowahze2004-12-101-3/+2
| | | | | | optimizations Pointed out by: kris
* - Add note about WITH_OPTIMIZED_ATHLON will fall back to 3dNow if you don't haveahze2004-12-101-3/+3
| | | | | | | | | | a Athlon - Fix man pages so they say ${PREFIX}/etc instead of /etc - Fix core dump of fftw-wisdom in >=5.x [1] by removing a dirty work around to use a 16-byte aligned maloc by really using freebsd's 16-byte aligned maloc Reported by: phk
* Add support for slave portsahze2004-11-081-48/+66
| | | | Approved by: pav (co mentor)
* Remove not need gnomeprefixahze2004-10-301-1/+1
| | | | | Pointed out by: marcus Approved by: adamw (mentor)
* Change email to new FreeBSD.org addressahze2004-10-301-1/+1
| | | | Approved by:adamw (mentor)
* Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-301-1/+1
| | | | Approved by: portmgr
* Needs perl to buildarved2004-08-221-0/+1
| | | | Reported by: pointyhat
* only show i386 options to i386ijliao2004-07-241-3/+7
| | | | | PR: 69488 Submitted by: maintainer
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* - Unbreak build by using gmake all over the place. Without this, $< in Makefilespav2004-07-091-3/+3
| | | | are not expanded and perl hangs on tty input during build
* - Fix WITH_SSE on 4.x by using gcc-3.3pav2004-06-271-1/+4
| | | | | | | - Update MASTER_SITES PR: ports/68407 Submitted by: michael johnson <ahze@rgv.net> (maintainer)
* - Performance tweaks: enable SSE2 for libfftw, don't force 16-byte aligned ↵pav2004-05-311-2/+3
| | | | | | | malloc PR: ports/67393 Submitted by: michael johnson <ahze@ahze.net> (maintainer)
* - Build and install fftwf librarypav2004-05-291-4/+57
| | | | | | | - Add new knob to enable SSE optimizations PR: ports/67271 Submitted by: michael johnson <ahze@ahze.net> (maintainer)
* After repocopy from math/fftw, add fftw 3.0.1, a fast C library for computingpav2004-04-181-15/+26
| | | | | | | Discrete Fourier Transform. Version 3.x is API incompatible with fftw 2.x PR: ports/65559 Submitted by: michael johnson <ahze@ahze.net>
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* - Do not install useless .la fileskrion2003-07-271-9/+13
| | | | | | | | - Fix handling info files PR: 54902 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: fjoe (mentor) (implicit)
* o) Update to version 2.1.5lkoeller2003-03-251-2/+4
|
* o) Fix libtool usage (see PR)lkoeller2003-03-241-1/+2
| | | | | | | o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4) PR: 47581 Submitted by: Sergey Aleshin <asg@rcd.ru>
* De-pkg-comment.knu2003-02-211-0/+1
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-161-0/+1
| | | | ldconfig in PLIST need personal consideration.
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Update to version 2.1.3.steve1999-11-271-1/+1
| | | | | PR: 14827 Submitted by: maintainer
* changed maintainer's mail address.sumikawa1999-10-031-2/+2
| | | | Submitted by: maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Add MASTER_SITE.hoek1999-06-261-2/+3
| | | | Submitted by: Lars Koeller (ports/12296)
* Fixup version required comment after upgrade.steve1999-06-091-2/+2
|
* Upgrade to 2.1.2.mph1999-06-071-2/+2
| | | | | PR: 12048 Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de>
* Update to version 2.1.1.steve1999-04-031-16/+16
| | | | PR: 10758, 10917
* Fast C routines library to compute the Discrete Fourier Transformtaoka1999-03-181-0/+32
PR: ports/9222 Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de