EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vagrant
Builder
Commits
489d33e7
Commit
489d33e7
authored
Feb 17, 2016
by
Martin Paces
Browse files
Adding spacepy provisioning.
parent
af2dc7a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
puppet/modules/spacepy/manifests/init.pp
0 → 100644
View file @
489d33e7
class
spacepy
{
#
# python-spacepy build enviroment
#
package
{
'python-pip'
:
ensure
=>
'latest'
}
# TODO: pip install Sphinx
# TODO: pip install numpydoc
package
{
'numpy'
:
ensure
=>
'latest'
}
package
{
'scipy'
:
ensure
=>
'latest'
}
package
{
'h5py'
:
ensure
=>
'latest'
}
package
{
'numpy-f2py'
:
ensure
=>
'latest'
}
package
{
'gcc-gfortran'
:
ensure
=>
'latest'
}
package
{
'python-dateutil'
:
ensure
=>
'latest'
}
package
{
'python-matplotlib'
:
ensure
=>
'latest'
}
package
{
'python-networkx'
:
ensure
=>
'latest'
}
#package { 'cdf': ensure => 'latest' }
#package { 'ffnet': ensure => 'latest' }
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment