<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/fftw/PLIST, branch pkgsrc_2008Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2006-03-31T23:56:28Z</updated>
<entry>
<title>List the info pages directly in the PLIST and ensure that we honor</title>
<updated>2006-03-31T23:56:28Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-03-31T23:56:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3f95d3993882f863f6ccbdf9ada020346f39c938'/>
<id>urn:sha1:3f95d3993882f863f6ccbdf9ada020346f39c938</id>
<content type='text'>
PKGINFODIR.
</content>
</entry>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>Remove info files entries from PLIST.</title>
<updated>2004-03-07T22:19:51Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2004-03-07T22:19:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ab140c91fed3fcb515584dcf04a31bfd29bee047'/>
<id>urn:sha1:ab140c91fed3fcb515584dcf04a31bfd29bee047</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 3.0.1:</title>
<updated>2003-07-08T14:05:29Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2003-07-08T14:05:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6ead7d5b9f4d16f3a1fbd17943934ed119f8814d'/>
<id>urn:sha1:6ead7d5b9f4d16f3a1fbd17943934ed119f8814d</id>
<content type='text'>
* Some speed improvements in SIMD code.

* --without-cycle-counter option is removed.  If no cycle counter is found,
  then the estimator is always used.  A --with-slow-timer option is provided
  to force the use of lower-resolution timers.

* Added missing static keyword that prevented simultaneous linkage
  of different-precision versions; thanks to Rasmus Larson for the bug report.

* Corrected accidental omission of f77_wisdom.f file; thanks to Alan Watson.

* Removed non-portable use of 'tempfile' in fftw-wisdom-to-conf script;
  thanks to Nicolas Decoster for the patch.

* Added 'make smallcheck' target in tests/ directory, at the request of
  James Treacy.
</content>
</entry>
<entry>
<title>Update for info file regen that occurs now</title>
<updated>2003-06-23T19:21:40Z</updated>
<author>
<name>jmc</name>
<email>jmc</email>
</author>
<published>2003-06-23T19:21:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=27b663c48d1c0c349c31c0d17ab7de04cfd27fde'/>
<id>urn:sha1:27b663c48d1c0c349c31c0d17ab7de04cfd27fde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add patch to make 'info fftw3' work. Noted broken by Jeremy C. Reed.</title>
<updated>2003-06-05T21:41:42Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2003-06-05T21:41:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2707a5e5029a3053ccbd6f51726508738429e315'/>
<id>urn:sha1:2707a5e5029a3053ccbd6f51726508738429e315</id>
<content type='text'>
PKGREVISION++
</content>
</entry>
<entry>
<title>Update to version 3.0.</title>
<updated>2003-04-29T22:48:45Z</updated>
<author>
<name>jtb</name>
<email>jtb</email>
</author>
<published>2003-04-29T22:48:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5c58c6edda07e99337216cc84871b370d34b227d'/>
<id>urn:sha1:5c58c6edda07e99337216cc84871b370d34b227d</id>
<content type='text'>
Major goals of this release:

* Speed: often 20% or more faster than FFTW 2.x, even without SIMD (see below).

* Complete rewrite, to make it easier to add new algorithms and transforms.

* New API, to support more general semantics.

Other enhancements:

* SIMD acceleration on supporting CPUs (SSE, SSE2, 3DNow!, and AltiVec).
 (With special thanks to Franz Franchetti for many experimental prototypes
  and to Stefan Kral for the vectorizing generator from fftwgel.)

* True in-place 1d transforms of large sizes (as well as compressed
  twiddle tables for additional memory/cache savings).

* More arbitrary placement of real &amp; imaginary data, e.g. including
  interleaved (as in FFTW 2.x) as well as separate real/imag arrays.

* Efficient prime-size transforms of real data.

* Multidimensional transforms can operate on a subset of a larger matrix,
  and/or transform selected dimensions of a multidimensional array.

* By popular demand, simultaneous linking to double precision (fftw),
  single precision (fftwf), and long-double precision (fftwl) versions
  of FFTW is now supported.

* Cycle counters (on all modern CPUs) are exploited to speed planning.

* Efficient transforms of real even/odd arrays, a.k.a. discrete
  cosine/sine transforms (types I-IV).  (Currently work via pre/post
  processing of real transforms, ala FFTPACK, so are not optimal.)

* DHTs (Discrete Hartley Transforms), again via post-processing
  of real transforms (and thus suboptimal, for now).

* Support for linking to just those parts of FFTW that you need,
  greatly reducing the size of statically linked programs when
  only a limited set of transform sizes/types are required.

* Canonical global wisdom file (/etc/fftw/wisdom) on Unix, along
  with a command-line tool (fftw-wisdom) to generate/update it.

* Fortran API can be used with both g77 and non-g77 compilers
  simultaneously.

* Multi-threaded version has optional OpenMP support.

* Authors' good looks have greatly improved with age.
</content>
</entry>
<entry>
<title>Introduce new framework for handling info files generation and installation.</title>
<updated>2002-02-18T15:14:00Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2002-02-18T15:14:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=94736fef3d3bc180c38e89ad3b9fc89d91756057'/>
<id>urn:sha1:94736fef3d3bc180c38e89ad3b9fc89d91756057</id>
<content type='text'>
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
</content>
</entry>
<entry>
<title>Move pkg/ files into package's toplevel directory</title>
<updated>2001-11-01T00:11:36Z</updated>
<author>
<name>zuntum</name>
<email>zuntum</email>
</author>
<published>2001-11-01T00:11:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8bc5dafa3b85eac1ad1a0c6f37cd23466c28a12c'/>
<id>urn:sha1:8bc5dafa3b85eac1ad1a0c6f37cd23466c28a12c</id>
<content type='text'>
</content>
</entry>
</feed>
