Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Spack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eic_tools
Spack
Commits
46436a09
Commit
46436a09
authored
8 years ago
by
Adam J. Stewart
Committed by
Todd Gamblin
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
GSL: Add latest version, update to AutotoolsPackage (#2630)
parent
a2b4146e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
var/spack/repos/builtin/packages/gsl/package.py
+10
-16
10 additions, 16 deletions
var/spack/repos/builtin/packages/gsl/package.py
with
10 additions
and
16 deletions
var/spack/repos/builtin/packages/gsl/package.py
+
10
−
16
View file @
46436a09
...
@@ -26,24 +26,18 @@
...
@@ -26,24 +26,18 @@
from
spack
import
*
from
spack
import
*
class
Gsl
(
Package
):
class
Gsl
(
Autotools
Package
):
"""
The GNU Scientific Library (GSL) is a numerical library for C and C++
"""
The GNU Scientific Library (GSL) is a numerical library for C and C++
programmers. It is free software under the GNU General Public
programmers. It is free software under the GNU General Public License. The
License. The library provides a wide range of mathematical
library provides a wide range of mathematical routines such as random
routines such as random number generators, special functions and
number generators, special functions and least-squares fitting. There are
least-squares fitting. There are over 1000 functions in total with
over 1000 functions in total with an extensive test suite.
"""
an extensive test suite.
"""
homepage
=
"
http://www.gnu.org/software/gsl
"
homepage
=
"
http://www.gnu.org/software/gsl
"
url
=
"
http://mirror.switch.ch/ftp/mirror/gnu/gsl/gsl-2.
1
.tar.gz
"
url
=
"
http://mirror.switch.ch/ftp/mirror/gnu/gsl/gsl-2.
3
.tar.gz
"
version
(
'
2.3
'
,
'
905fcbbb97bc552d1037e34d200931a0
'
)
version
(
'
2.2.1
'
,
'
3d90650b7cfe0a6f4b29c2d7b0f86458
'
)
version
(
'
2.2.1
'
,
'
3d90650b7cfe0a6f4b29c2d7b0f86458
'
)
version
(
'
2.1
'
,
'
d8f70abafd3e9f0bae03c52d1f4e8de5
'
)
version
(
'
2.1
'
,
'
d8f70abafd3e9f0bae03c52d1f4e8de5
'
)
version
(
'
2.0
'
,
'
ae44cdfed78ece40e73411b63a78c375
'
)
version
(
'
2.0
'
,
'
ae44cdfed78ece40e73411b63a78c375
'
)
version
(
'
1.16
'
,
'
e49a664db13d81c968415cd53f62bc8b
'
)
version
(
'
1.16
'
,
'
e49a664db13d81c968415cd53f62bc8b
'
)
def
install
(
self
,
spec
,
prefix
):
configure
(
'
--prefix=%s
'
%
prefix
)
make
()
make
(
"
install
"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment