Contents of /branches/R11-stable/extras/gsl/gsl-1.16-r1.smage2
Parent Directory | Revision Log
Revision 18787 -
(show annotations)
(download)
Wed Aug 14 12:43:26 2013 UTC (11 years, 2 months ago) by niro
File size: 427 byte(s)
Wed Aug 14 12:43:26 2013 UTC (11 years, 2 months ago) by niro
File size: 427 byte(s)
-release branches/R11-stable
1 | # $Id$ |
2 | |
3 | PNAME="gsl" |
4 | PVER="1.16" |
5 | PBUILD="r1" |
6 | |
7 | PCAT="sci-libs" |
8 | |
9 | DESCRIPTION="The GNU Scientific Library." |
10 | HOMEPAGE="http://www.gnu.org/software/gsl/" |
11 | |
12 | DEPEND=">= virtual/glibc" |
13 | |
14 | SRCFILE="${PNAME}-${PVER}.tar.gz" |
15 | SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" |
16 | |
17 | sminclude mbuild |
18 | msetfeature "!check" # fails for i686 build on x86_64 |
19 | |
20 | SRC_URI=( |
21 | gnu://${PNAME}/${SRCFILE} |
22 | mirror://${PNAME}/${SRCFILE} |
23 | ) |
24 | |
25 | UP2DATE="updatecmd_gnu ${PNAME} gz" |