non port: math/nfft/Makefile |
SVNWeb
|
Number of commits found: 19 |
Thu, 16 Mar 2023
|
[ 18:12 Piotr Kubaj (pkubaj) ] 45ef85a
math/nfft: enable OPENMP on powerpc64
|
Wed, 15 Mar 2023
|
[ 20:23 Piotr Kubaj (pkubaj) ] 58a2a69
math/nfft: enable on powerpc64le
|
Sun, 1 Jan 2023
|
[ 14:41 Daniel Engberg (diizzy) ] abdc514
math/nfft: Update to 3.5.3
Changelog: https://github.com/NFFT/nfft/releases/tag/3.5.3
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Sat, 12 Mar 2022
|
[ 07:48 Daniel Engberg (diizzy) ] fa49f65
math/nfft: Rework port to follow Porters Handbook
* Use upstream release archive
* Respect flags set by framework and do not use -march=native
* Add support for OpenMP and enable it on aarch64 and amd64 by default
* Overall rework of Makefile
* Enable all options to match packaging in other distros
PR: 261255
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 8 Jan 2021
|
[ 07:47 fluffy ] (Only the first 10 of 87 ports in this commit are shown above. )
devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip
Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0
PR: 242347
Submitted by: fluffy
Reported by: Naram Qashat (ex-maintainer)
Exp-run by: antoine
|
Thu, 17 Dec 2020
|
[ 09:30 wen ]
- Update to 3.5.2
|
Sun, 2 Aug 2020
|
[ 18:07 fernape ]
math/nfft: Update to 3.5.1
From Changelog: https://github.com/NFFT/nfft/blob/develop/ChangeLog
* Fix Build of fastsum failing because fftw_libs are not found
* Update m4 files
* Remove superfluous calls to autoreconf in bootstrap
* Add Julia Interface fastsum
* Even bandwidth in NFCT and NFST
* Compute NFFT_EPSILON at runtime
* In-place fftw for dimension >1 (reduce memory consumption)
* Improve check if tests are executed in Matlab or Octave
* Fix build with Octave 5.1.0 in Windows
* Fix FFTW3 Linking problem while building
* Remove unnecessary dependence on ncurses library (Only the first 15 lines of the commit message are shown above )
|
Mon, 2 Mar 2020
|
[ 17:35 pi ]
audio/festvox-cmu_us_slt_arctic, games/flightgear-terragear,
graphics/zathura-cb, graphics/zathura-pdf-poppler, graphics/zathura-ps,
math/nfft, net/py-mpi4py, science/aircraft-datcom, x11-themes/gnome-icons-luv:
reset MAINTAINER
Submitted by: Michael Danilov <mike.d.ft402@gmail.com> (maintainer)
|
Tue, 5 Mar 2019
|
[ 21:20 antoine ] (Only the first 10 of 32 ports in this commit are shown above. )
Update devel/doxygen to 1.8.15
PR: 236110
|
Mon, 10 Sep 2018
|
[ 13:16 mat ] (Only the first 10 of 19 ports in this commit are shown above. )
Various cleanup & fixes post-DOCS/EXAMPLES cleanup.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Tue, 24 Jul 2018
|
[ 15:37 swills ]
math/nfft: update to 3.4.1
PR: 230011
Submitted by: Michael Danilov <mike.d.ft402@gmail.com> (maintainer)
|
Fri, 19 Jan 2018
|
[ 21:28 antoine ] (Only the first 10 of 25 ports in this commit are shown above. )
Update devel/doxygen to 1.8.14
PR: 225290
Submitted by: Naram Qashat (maintainer)
|
Mon, 25 Dec 2017
|
[ 20:00 tijl ]
Remove USE_AUTOTOOLS. There's already USES=autoreconf.
|
Fri, 8 Dec 2017
|
[ 06:34 pi ]
math/nfft: update 3.3.2 -> 3.4.0
PR: 224163
Relnotes: https://github.com/NFFT/nfft/releases
Submitted by: Michael Danilov <mike.d.ft402@gmail.com> (maintainer)
|
Sun, 3 Dec 2017
|
[ 23:12 rodrigo ]
Add new port math/nfft
NFFT is a software library, written in C, for computing non-equispaced fast
Fourier transforms and related variations. It implements the following
transforms:
1. Non-equispaced fast Fourier transform (NFFT)
- forward transform (NFFT), i.e. frequency to time/space domain
- adjoint transform (adjoint NFFT), i.e. time/space to frequency domain
2. Generalisations
- to arbitrary nodes in time and frequency domain (NNFFT)
- to real-valued data, i.e. (co)sine transforms, (NFCT, NFST)
- to the sphere S^2 (NFSFT)
- to the rotation group (NFSOFT)
- to the hyperbolic cross (NSFFT)
3. Generalised inverse transformations based on iterative methods, e.g.
CGNR/CGNE
PR: 223429
Submitted by: Michael Danilov <mike.d.ft402@gmail.com>
|
Number of commits found: 19 |