Merge branch '252-ncurses-module' into 'master'
Resolve "ncurses module" Closes #252 See merge request Pmodules/buildblocks!371
This commit is contained in:
3
Libraries/ncurses/build
Executable file
3
Libraries/ncurses/build
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
export LC_ALL=C
|
||||
26
Libraries/ncurses/files/config.yaml
Normal file
26
Libraries/ncurses/files/config.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
format: 1
|
||||
ncurses:
|
||||
defaults:
|
||||
group: Libraries
|
||||
overlay: base
|
||||
relstage: stable
|
||||
docfiles: []
|
||||
configure_args:
|
||||
- --with-shared
|
||||
- --disable-db-install
|
||||
- --with-termlib
|
||||
urls:
|
||||
- url: https://invisible-island.net/archives/${P}/${P}-${V_PKG}.tar.gz
|
||||
|
||||
shasums:
|
||||
ncurses-6.5.tar.gz: 136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6
|
||||
ncurses-6.3.tar.gz: 97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059
|
||||
|
||||
versions:
|
||||
6.5:
|
||||
config:
|
||||
relstage: stable
|
||||
6.3:
|
||||
config:
|
||||
relstage: deprecated
|
||||
12
Libraries/ncurses/modulefile
Normal file
12
Libraries/ncurses/modulefile
Normal file
@@ -0,0 +1,12 @@
|
||||
#%Module1.0
|
||||
|
||||
module-whatis "GNU Mpc"
|
||||
module-url "http://www.multiprecision.org"
|
||||
module-license "GNU LGPL v3"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
module-help "
|
||||
Gnu Mpc is a C library for the arithmetic of complex numbers with
|
||||
arbitrarily high precision and correct rounding of the result.
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user