aboutsummaryrefslogtreecommitdiff
path: root/math/lll_spect
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* math/lll_spect: fix buildPiotr Kubaj2019-06-141-0/+2
| | | | | | | | | | | | | | | Add USES=compiler:c++11-lang to fix build: /usr/local/include/NTL/vector.h: In copy constructor 'NTL::Vec<T>::Vec(const NTL::Vec<T>&)': /usr/local/include/NTL/vector.h:239: error: there are no arguments to 'AllocateTo' that depend on a template parameter, so a declaration of 'AllocateTo' must be available /usr/local/include/NTL/vector.h:241: error: there are no arguments to 'AdjustLength' that depend on a template parameter, so a declaration of 'AdjustLength' must be available /usr/local/include/NTL/vector.h: At global scope: /usr/local/include/NTL/vector.h:242: error: expected unqualified-id at end of input /usr/local/include/NTL/vector.h:242: error: expected `}' at end of input Approved by: mentors (implicite approval) Notes: svn path=/head/; revision=504212
* Reset ports maintained by bf@ until he has time again to work on them.Rene Ladan2016-06-271-1/+1
| | | | | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary Notes: svn path=/head/; revision=417685
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fix ports that confused the meaning of WRKDIR and WRKSRC.Mathieu Arnold2015-11-051-4/+4
| | | | | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735 Notes: svn path=/head/; revision=400848
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360499
* Stagify.Vanilla I. Shu2014-06-181-4/+3
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358287
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-3/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* correct a mirror directoryBrendan Fabeny2012-02-051-1/+1
| | | | Notes: svn path=/head/; revision=290448
* update MASTER_SITES and pkg-descrBrendan Fabeny2011-12-092-3/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=287120
* - Get Rid MD5 supportMartin Wilke2011-03-201-3/+0
| | | | Notes: svn path=/head/; revision=271346
* Change my ports to use my FreeBSD.org email address.Brendan Fabeny2010-07-081-2/+2
| | | | Notes: svn path=/head/; revision=257520
* - Bump PORTREVISION to chase the update of math/ntlWen Heping2010-02-231-0/+1
| | | | | | | | Thanks to: bf1783@gmail.com Feature safe: yes Notes: svn path=/head/; revision=250222
* Add lll_spect , LLL-spectral test of linear congruential random numberLi-Wen Hsu2010-02-175-0/+150
generators. PR: ports/144023 Submitted by: bf <bf1783 at gmail.com> Feature safe: yes Notes: svn path=/head/; revision=249994