Port details |
- lapack95 LAPACK95, Fortran90/95 wrapper for LAPACK
- 1.0_19 math
=1 Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2004-08-29 07:54:05
- Last Update: 2022-07-20 14:22:24
- Commit Hash: f53eb28
- People watching this port, also watch:: units, coreutils, pdfcrack, laspack
- License: not specified in port
- Description:
- LAPACK95 is a Fortran 95 interface to the Fortran 77 LAPACK library.
It improves upon the original user-interface to the LAPACK package,
taking advantage of the considerable simplifications which
Fortran 95 allows. The design of LAPACK95 exploits assumed-shape arrays,
optional arguments, and generic interfaces. The Fortran 95 interface
has been implemented by writing Fortran 95 ``wrappers'' to call
existing routines from the LAPACK package. This interface can persist
unchanged even if the underlying Fortran 77 LAPACK code is rewritten to
take advantage of the new features of Fortran 95.
WWW: http://www.netlib.org/lapack95/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/lapack95/ && make install clean
- To add the package, run one of these commands:
- pkg install math/lapack95
- pkg install lapack95
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lapack95
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (lapack95/lapack95.tgz) = 55711e5b1c5ddc9c7dd1d3ea15c37fc5b400783ac6ea573a75e2b1358c2c479b
SIZE (lapack95/lapack95.tgz) = 1579613
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gfortran11 : lang/gcc11
- as : devel/binutils
- Runtime dependencies:
-
- gfortran11 : lang/gcc11
- Library dependencies:
-
- libblas.so : math/blas
- liblapack.so : math/lapack
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for lapack95-1.0_19:
EXAMPLES=on: Build and/or install examples
====> Options available for the radio BLAS: you can only select none or one of them
REFERENCE=on: Blas / Lapack
ATLAS=off: ATLAS
===> Use 'make config' to modify these settings
- Options name:
- math_lapack95
- USES:
- fortran tar:tgz blaslapack:netlib
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:24 1.0_19 |
Tobias C. Berner (tcberner)  |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 1.0_19 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
30 Jan 2020 14:17:44
1.0_19 |
swills  |
Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix |
26 Jul 2019 20:46:57
1.0_18 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
22 Apr 2019 13:16:34
1.0_17 |
gerald  |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
12 Dec 2018 01:35:36
1.0_16 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
10 Sep 2018 13:15:48
1.0_15 |
mat  |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
29 Jul 2018 22:18:46
1.0_15 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
10 Mar 2018 17:46:06
1.0_14 |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
10 Sep 2017 20:55:39
1.0_13 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
01 Apr 2017 15:23:32
1.0_12 |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
07 Dec 2016 13:24:57
1.0_11 |
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry |
19 May 2016 10:44:12
1.0_10 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
18 Jun 2015 21:23:00
1.0_10 |
amdmi3  |
- Fix library installation |
05 Jan 2015 23:03:43
1.0_9 |
thierry  |
- Uses the new blaslapack.mk;
- Remove some warnings;
- Optionify (without checking if ATLAS is installed). |
15 Nov 2014 12:20:54
1.0_9 |
antoine  |
Cleanup plist |
10 Sep 2014 20:50:37
1.0_9 |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
23 Aug 2014 17:41:19
1.0_8 |
thierry  |
Stagify. |
29 Jul 2014 19:11:53
1.0_8 |
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
23 Jul 2014 17:30:45
1.0_8 |
bapt  |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
14 Jul 2014 18:42:04
1.0_8 |
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
10 Mar 2014 20:55:22
1.0_8 |
gerald  |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
16 Feb 2014 17:15:32
1.0_7 |
tijl  |
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.
Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.
Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...
Exp-run: bdrewery
Approved by: portmgr (bdrewery) |
26 Oct 2013 00:52:36
1.0_7 |
gerald  |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
20 Sep 2013 20:55:06
1.0_6 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
14 Aug 2013 13:14:59
1.0_6 |
marino  |
math/lapack95: Mark jobs unsafe
Also trim header to please portlint.
Approved by: bapt/culot (mentors, implicit) |
22 Nov 2011 11:14:10
1.0_6 |
bf  |
adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date
PR: 162706
Approved by: miwi (portmgr)
Feature safe: yes |
21 Jul 2011 07:42:26
1.0_6 |
bf  |
Fix build on sparc64 ; miscellaneous clean-ups
PR: 159055
Approved by: maho |
16 Jul 2011 05:35:40
1.0_5 |
linimon  |
Mark as broken on sparc64: does not link. |
20 Mar 2011 12:54:45
1.0_5 |
miwi  |
- Get Rid MD5 support |
13 Sep 2009 00:08:01
1.0_5 |
gerald  |
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr |
07 Jan 2009 16:34:27
1.0_4 |
gerald  |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
29 Sep 2007 05:18:59
1.0_3 |
maho  |
Now examples are buildable with upcoming new Lapack port
update. |
06 Sep 2007 03:36:18
1.0_3 |
maho  |
Now it is possible to make EXAMPLE2 dir. Adding ./ for executables. |
06 Sep 2007 01:20:26
1.0_3 |
maho  |
* Forgot to remove extra dir [1].
* Portlint (still 1 warning),
* remove blank lines in pkg-plist.
Submitted by: pav via pointyhat [1]. |
04 Sep 2007 08:49:43
1.0_3 |
maho  |
* Installation of mod files.
* make.inc in example dir has been changed for slightly better one.
Spotted by: Anton Shterenlikht <mexas@bristol.ac.uk> |
12 Jul 2007 09:02:47
1.0_2 |
maho  |
Now we use USE_FORTRAN=yes to use FORTRAN compiler. |
12 Jan 2007 06:24:31
1.0_2 |
maho  |
* Use gfortran42 only and not gcc42.
* Bump portrevision. |
10 Jan 2007 01:41:21
1.0_1 |
maho  |
*Bump port revision.
*Use gfortran compiled atlas/blas/lapack. |
10 May 2006 22:37:39
1.0 |
edwin  |
Remove USE_REINPLACE from ports starting with M |
22 Jan 2006 12:56:47
1.0 |
edwin  |
SHA256ify
Approved by: krion@ |
29 Aug 2004 07:49:57
1.0 |
maho  |
Add New port lapack95
LAPACK95 is a Fortran 95 interface to the Fortran 77 LAPACK library.
It improves upon the original user-interface to the LAPACK package,
taking advantage of the considerable simplifications which
Fortran 95 allows. The design of LAPACK95 exploits assumed-shape arrays,
optional arguments, and generic interfaces. The Fortran 95 interface
has been implemented by writing Fortran 95 ``wrappers'' to call
existing routines from the LAPACK package. This interface can persist
unchanged even if the underlying Fortran 77 LAPACK code is rewritten to
take advantage of the new features of Fortran 95. |