<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/mpcomplex, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2021-10-26T10:55:21Z</updated>
<entry>
<title>math: Replace RMD160 checksums with BLAKE2s checksums</title>
<updated>2021-10-26T10:55:21Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-26T10:55:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=35050bad02b57ed8ca4a6430799b6800b9846072'/>
<id>urn:sha1:35050bad02b57ed8ca4a6430799b6800b9846072</id>
<content type='text'>
All checksums have been double-checked against existing RMD160 and
SHA512 hashes</content>
</entry>
<entry>
<title>math: Remove SHA1 hashes for distfiles</title>
<updated>2021-10-07T14:27:43Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-07T14:27:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a4dc7f45228012c1f678c7bbf0d0693040642bf6'/>
<id>urn:sha1:a4dc7f45228012c1f678c7bbf0d0693040642bf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>math: align variable assignments</title>
<updated>2019-11-02T16:16:18Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2019-11-02T16:16:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=acea7f0682b89f8d0999e81a81341dfe21db49fc'/>
<id>urn:sha1:acea7f0682b89f8d0999e81a81341dfe21db49fc</id>
<content type='text'>
pkglint -Wall -F --only aligned -r

Manual correction in R/Makefile.extension for the MASTER_SITES
continuation line.</content>
</entry>
<entry>
<title>Update to 1.1.0</title>
<updated>2018-01-29T14:49:15Z</updated>
<author>
<name>ryoon</name>
<email>ryoon@pkgsrc.org</email>
</author>
<published>2018-01-29T14:49:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e1b752da25df8c326108153f7e206ca587d9e861'/>
<id>urn:sha1:e1b752da25df8c326108153f7e206ca587d9e861</id>
<content type='text'>
* Fix build with math/mpfr-4.0.0

Changelog:
Changes in version 1.1.0:
  - Minimally required library versions: GMP 5.0.0 and MPFR 3.0.0
  - Fixed issues with MPFR 4.0.0
  - New functions: mpc_cmp_abs, mpc_rootofunity
  - Improved speed for corner cases of mpc_asin, mpc_sin, see
    http://lists.gforge.inria.fr/pipermail/mpc-discuss/2013-December/001266.html
  - Rewrite of the testing framework
  - New mpcbench tool, used with "make bench"
  - Fixed handling of over- and underflows with directed rounding in the
    "other direction" for mpc_cos, mpc_sin, mpc_exp and mpc_pow, see
    http://lists.gforge.inria.fr/pipermail/mpc-discuss/2015-March/001336.html
  - Fixed a bug in mpc_atan(0,y) with |y| near 1, see
    http://lists.gforge.inria.fr/pipermail/mpc-discuss/2017-March/001404.html</content>
</entry>
<entry>
<title>recursive bump after mpfr shlib major bump</title>
<updated>2018-01-28T16:24:10Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2018-01-28T16:24:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=550242385813e78eec495f45fb858c291f741218'/>
<id>urn:sha1:550242385813e78eec495f45fb858c291f741218</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix indentation in buildlink3.mk files.</title>
<updated>2018-01-07T13:03:53Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2018-01-07T13:03:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=38bd22beeece26d04cb970a43f9267b5382adf10'/>
<id>urn:sha1:38bd22beeece26d04cb970a43f9267b5382adf10</id>
<content type='text'>
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.</content>
</entry>
<entry>
<title>Sort PLIST files.</title>
<updated>2018-01-01T22:29:15Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2018-01-01T22:29:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=44f586c7a0b65d5e7ff0fec66208765ac1e77f41'/>
<id>urn:sha1:44f586c7a0b65d5e7ff0fec66208765ac1e77f41</id>
<content type='text'>
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:

  pkglint -Cnone,PLIST -Wnone,plist-sort -r -F</content>
</entry>
<entry>
<title>Extend SHA512 checksums to various files I have on my local distfile</title>
<updated>2017-03-23T17:06:45Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2017-03-23T17:06:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d614958d932c30b665a2140573c478122cc323b8'/>
<id>urn:sha1:d614958d932c30b665a2140573c478122cc323b8</id>
<content type='text'>
mirror.</content>
</entry>
<entry>
<title>Convert all occurrences (353 by my count) of</title>
<updated>2017-01-19T18:52:01Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2017-01-19T18:52:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a16b650423ebac0d6db54146c732a10b971237a4'/>
<id>urn:sha1:a16b650423ebac0d6db54146c732a10b971237a4</id>
<content type='text'>
	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.</content>
</entry>
<entry>
<title>Don't clean intermediate files after checksum/patch phase.</title>
<updated>2015-09-15T20:56:33Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2015-09-15T20:56:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ffb69bedfdd30752ecdb4550a253356decddac19'/>
<id>urn:sha1:ffb69bedfdd30752ecdb4550a253356decddac19</id>
<content type='text'>
The work directories are almost empty, so it doesn't save much space.
It makes debugging annoying and it breaks local DISTDIR settings.</content>
</entry>
</feed>
