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
d42985f5
Commit
d42985f5
authored
Jan 18, 2016
by
Martin Paces
Browse files
Adding build environment for the ffnet package.
parent
fbd7c56a
Changes
1
Hide whitespace changes
Inline
Side-by-side
puppet/modules/ffnet/manifests/init.pp
0 → 100644
View file @
d42985f5
class
ffnet
{
#
# CDF library RPM build
#
package
{
'numpy'
:
ensure
=>
'latest'
}
package
{
'numpy-f2py'
:
ensure
=>
'latest'
}
package
{
'gcc-gfortran'
:
ensure
=>
'latest'
}
package
{
'ncurses-devel'
:
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