<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/algae/PLIST, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2006-04-05T23:01:15Z</updated>
<entry>
<title>List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.</title>
<updated>2006-04-05T23:01:15Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2006-04-05T23:01:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a4cbc72f584185583e33b49017522a326a053ef4'/>
<id>urn:sha1:a4cbc72f584185583e33b49017522a326a053ef4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix pkglint warnings:</title>
<updated>2005-06-17T12:47:55Z</updated>
<author>
<name>kristerw</name>
<email>kristerw@pkgsrc.org</email>
</author>
<published>2005-06-17T12:47:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1f717e0dd4462688376d1e30480a21b4a10e3c4b'/>
<id>urn:sha1:1f717e0dd4462688376d1e30480a21b4a10e3c4b</id>
<content type='text'>
* GNU_CONFIGURE should be set to YES or yes.
* Sort PLIST.</content>
</entry>
<entry>
<title>Remove info files entries from PLIST.</title>
<updated>2004-03-07T21:46:31Z</updated>
<author>
<name>seb</name>
<email>seb@pkgsrc.org</email>
</author>
<published>2004-03-07T21:46:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bd61aaa3aa0cfb10641b7ad6c0116ca5c48db556'/>
<id>urn:sha1:bd61aaa3aa0cfb10641b7ad6c0116ca5c48db556</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert to USE_NEW_TEXINFO.</title>
<updated>2003-07-31T22:58:39Z</updated>
<author>
<name>seb</name>
<email>seb@pkgsrc.org</email>
</author>
<published>2003-07-31T22:58:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=98a7822f706df5d624423cc9b21597a436325b33'/>
<id>urn:sha1:98a7822f706df5d624423cc9b21597a436325b33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Install the include file to ${PREFIX}/include/algae.  Fixes leftover</title>
<updated>2003-07-24T16:28:55Z</updated>
<author>
<name>jtb</name>
<email>jtb@pkgsrc.org</email>
</author>
<published>2003-07-24T16:28:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=da91049aafb37d4a177e79f8824d112852e62215'/>
<id>urn:sha1:da91049aafb37d4a177e79f8824d112852e62215</id>
<content type='text'>
issue from i386 bulk build.</content>
</entry>
<entry>
<title>Update to version 4.1.2.</title>
<updated>2003-04-29T22:15:27Z</updated>
<author>
<name>jtb</name>
<email>jtb@pkgsrc.org</email>
</author>
<published>2003-04-29T22:15:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cb2c71fbac420f7226005fc8222681aca0d70c0b'/>
<id>urn:sha1:cb2c71fbac420f7226005fc8222681aca0d70c0b</id>
<content type='text'>
Changes include:

* New try/catch mechanism for control of exception handling.
* Fixed memory leaks in solve and svd.
* Builtin `tril' and `triu' functions -- sparse arrays stay sparse.
* Fixed integer overflow problems in `band' and `cram'.
* Incorporated the SuperLU package for solving sparse linear
  systems.  Previously, sparse systems were converted to dense and
  solved with LAPACK (unless configured with BCSLIB-EXT).
* Included support for memory allocation debugging with dmalloc.
* Improved the logical operations to do a much better job at
  maintaining sparsity.
* New standard function `select'.
* Changes to the matrix bandwidth minimization code.  The old `band'
  function is now called `gpskca' and can do either profile or
  bandwidth minimization of symmetric or hermitian matrices.  Matrix
  statistics are computed by the new `band' function.
* New standard functions `linspace' and `logspace'.
* New standard function `equilibrate' computes scale factors to
  improve the condition of a matrix.  However, sparse code has not
  yet been included.
* Fixed several deficiencies in the `transform' function.
* Removed old get_ascii and put_ascii functions.  I doubt if anyone
  has used these in the last decade.  To read and write matrices in
  text files, use the algae MatrixMarket package.
* Fixed several errors with hermitian symmetry.
* Fixed mishandling of sparse matrix multiplication case where
  non-zero factors give a zero result.
* Added "short-circuit" logical operators &amp;&amp; and ||.
* Added the `cram' builtin function -- it's the same as `form'
  except the output array is sparse when that makes sense.
* Added the `product' user function -- product of array elements.
* Added `mksparse' and `exsparse' functions for converting matrices
  to and from coordinate form.
* Switched to LAPACK's DGGEV now that DGEGV is deprecated.  Also use
  the new workspace size query feature in LAPACK, rather than
  working it out ourselves.
* Use LAPACK's ZHEGV and ZGGEV for complex generalized eigenvalue
  problems.
* Use floating point exception support from glibc 2.2 on Linux.
* Improved accuracy and behavior for complex arguments in functions
  `log', `asin', and `acos'.
* Added inverse hyperbolic trig functions `asinh', `acosh', and `atanh'.
* Various minor bug fixes.</content>
</entry>
<entry>
<title>Initial import of algae.</title>
<updated>2002-05-04T01:10:02Z</updated>
<author>
<name>jtb</name>
<email>jtb@pkgsrc.org</email>
</author>
<published>2002-05-04T01:10:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0010661e2c00544f4e07177e0fe63429a54c2c9a'/>
<id>urn:sha1:0010661e2c00544f4e07177e0fe63429a54c2c9a</id>
<content type='text'>
Algae is an interpreted language for numerical analysis.  Algae
borrows ideas from languages like MATLAB, APL, and C, but it was
developed in response to a need for a free, efficient, and versatile
high-level language with large problem capability.</content>
</entry>
</feed>
