ADD: first visit draft

This commit is contained in:
2025-04-08 10:41:40 +02:00
parent 18504c9a04
commit dc2fab8546
4 changed files with 57 additions and 0 deletions

17
Tools/visit/build Executable file
View File

@@ -0,0 +1,17 @@
#!/usr/bin/env modbuild
pbuild::prep() {
:
}
pbuild::configure() {
:
}
pbuild::compile() {
:
}
pbuild::install() {
visit-install ${V} linux-$(uname -p) $PREFIX
}

View File

@@ -0,0 +1,19 @@
---
format: 1
gnuplot:
defaults:
group: Tools
overlay: base
relstage: stable
systems: [sles15.5]
docfiles: [Copyright, NEWS, README]
urls:
- url: https://github.com/visit-dav/visit/releases/download/v${V_PKG}/visit-install${V_PKG//./_}
shasums:
visit-3.4.2: 65b5ad7facc0f7281026c78c2adeff07a31965136da150e3d9d00341907367da
versions:
3.4.2:
config:
relstage: unstable
systems: [rhel*]

View File

@@ -0,0 +1,3 @@
gnuplot/5.4.3 stable
gnuplot/5.4.4 stable
gnuplot/5.4.5 stable

18
Tools/visit/modulefile Normal file
View File

@@ -0,0 +1,18 @@
#%Pmodule
module-whatis "portable command-line driven graphing utility"
module-url "http://www.gnuplot.info/"
module-license "See \$GNUPLOT_DIR/share/doc/gnuplot/Copyright"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
Gnuplot is a portable command-line driven graphing utility for Linux,
OS/2, MS Windows, OSX, VMS, and many other platforms. The source code
is copyrighted but freely distributed (i.e., you don't have to pay for
it). It was originally created to allow scientists and students to
visualize mathematical functions and data interactively, but has grown
to support many non-interactive uses such as web scripting. It is also
used as a plotting engine by third-party applications like Octave.
Gnuplot has been supported and under active development since 1986.
"