2021-10-19 22:45:43 +02:00
|
|
|
|
(define-module (glicid packages glicid)
|
2020-07-31 09:29:12 +02:00
|
|
|
|
#:use-module (guix packages)
|
|
|
|
|
#:use-module (guix download)
|
|
|
|
|
#:use-module (guix git-download)
|
|
|
|
|
#:use-module (guix build-system gnu)
|
|
|
|
|
#:use-module (guix build-system cmake)
|
2021-05-02 22:06:40 +02:00
|
|
|
|
; #:use-module (guix licenses)
|
2020-07-31 09:29:12 +02:00
|
|
|
|
#:use-module (gnu packages gawk)
|
2021-05-02 14:56:33 +02:00
|
|
|
|
#:use-module (gnu packages gcc)
|
2020-07-31 09:29:12 +02:00
|
|
|
|
#:use-module (gnu packages commencement)
|
|
|
|
|
#:use-module (guix build-system python)
|
|
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
|
|
|
|
#:use-module ((guix utils) #:select (target-64bit?))
|
|
|
|
|
#:use-module (gnu packages)
|
|
|
|
|
#:use-module (gnu packages admin)
|
|
|
|
|
#:use-module (gnu packages autotools)
|
|
|
|
|
#:use-module (gnu packages base)
|
|
|
|
|
#:use-module (gnu packages freeipmi)
|
|
|
|
|
#:use-module (gnu packages linux)
|
|
|
|
|
#:use-module (gnu packages mpi)
|
|
|
|
|
#:use-module (gnu packages perl)
|
|
|
|
|
#:use-module (gnu packages pkg-config)
|
|
|
|
|
#:use-module (gnu packages parallel)
|
|
|
|
|
#:use-module (gnu packages storage)
|
|
|
|
|
#:use-module (gnu packages networking)
|
|
|
|
|
#:use-module (gnu packages gtk)
|
|
|
|
|
#:use-module (gnu packages python)
|
|
|
|
|
#:use-module (gnu packages python-science)
|
2020-09-20 21:53:44 +02:00
|
|
|
|
#:use-module (gnu packages python-web)
|
2020-07-31 09:29:12 +02:00
|
|
|
|
#:use-module (gnu packages python-xyz)
|
|
|
|
|
#:use-module (gnu packages readline)
|
|
|
|
|
#:use-module (gnu packages tcl)
|
|
|
|
|
#:use-module (gnu packages tls)
|
|
|
|
|
#:use-module (gnu packages commencement)
|
|
|
|
|
#:use-module (gnu packages gcc)
|
|
|
|
|
#:use-module (gnu packages chemistry)
|
|
|
|
|
#:use-module (gnu packages sphinx)
|
|
|
|
|
#:use-module (srfi srfi-1)
|
|
|
|
|
#:use-module (gnu packages mpi)
|
|
|
|
|
#:use-module (gnu packages sssd)
|
2020-08-31 17:20:07 +02:00
|
|
|
|
#:use-module (gnu packages fabric-management)
|
2020-08-31 20:56:49 +02:00
|
|
|
|
#:use-module (gnu packages benchmark)
|
2020-09-15 15:35:43 +02:00
|
|
|
|
#:use-module (gnu packages messaging)
|
2020-09-20 22:01:16 +02:00
|
|
|
|
#:use-module (gnu packages web)
|
2020-10-02 21:14:57 +02:00
|
|
|
|
#:use-module (gnu packages gnome)
|
2020-11-13 11:33:59 +01:00
|
|
|
|
#:use-module (gnu packages cluster)
|
2020-12-04 17:31:48 +01:00
|
|
|
|
#:use-module (gnu packages libevent)
|
2020-12-04 21:37:30 +01:00
|
|
|
|
#:use-module (gnu packages xorg)
|
|
|
|
|
#:use-module (gnu packages fontutils)
|
|
|
|
|
#:use-module (gnu packages flex)
|
|
|
|
|
#:use-module (gnu packages bison)
|
|
|
|
|
#:use-module (gnu packages pkg-config)
|
|
|
|
|
#:use-module (gnu packages autotools)
|
|
|
|
|
#:use-module (gnu packages fontutils)
|
2021-03-05 09:45:45 +01:00
|
|
|
|
#:use-module (guix build-system gnu)
|
2021-04-30 23:50:56 +02:00
|
|
|
|
#:use-module (gnu packages image)
|
2021-05-05 14:10:23 +02:00
|
|
|
|
#:use-module (gnu packages maths)
|
2021-05-03 21:29:20 +02:00
|
|
|
|
#:use-module (guix utils)
|
2021-05-07 12:26:20 +02:00
|
|
|
|
#:use-module (gnu packages cmake)
|
2021-08-06 16:56:52 +02:00
|
|
|
|
#:use-module (gnu packages pretty-print)
|
|
|
|
|
#:use-module (gnu packages boost)
|
2021-08-06 17:04:17 +02:00
|
|
|
|
#:use-module (gnu packages curl)
|
2021-08-06 17:10:14 +02:00
|
|
|
|
#:use-module (gnu packages cryptsetup)
|
2021-08-06 17:17:34 +02:00
|
|
|
|
#:use-module (gnu packages xml)
|
2021-08-06 17:23:30 +02:00
|
|
|
|
#:use-module (gnu packages admin)
|
|
|
|
|
#:use-module (gnu packages assembly)
|
|
|
|
|
#:use-module (gnu packages authentication)
|
|
|
|
|
#:use-module (gnu packages bdw-gc)
|
|
|
|
|
#:use-module (gnu packages boost)
|
|
|
|
|
#:use-module (gnu packages compression)
|
|
|
|
|
#:use-module (gnu packages crypto)
|
|
|
|
|
#:use-module (gnu packages cryptsetup)
|
|
|
|
|
#:use-module (gnu packages curl)
|
|
|
|
|
#:use-module (gnu packages databases)
|
|
|
|
|
#:use-module (gnu packages disk)
|
|
|
|
|
#:use-module (gnu packages gperf)
|
|
|
|
|
#:use-module (gnu packages jemalloc)
|
|
|
|
|
#:use-module (gnu packages linux)
|
|
|
|
|
#:use-module (gnu packages lua)
|
|
|
|
|
#:use-module (gnu packages ncurses)
|
|
|
|
|
#:use-module (gnu packages networking)
|
|
|
|
|
#:use-module (gnu packages nss)
|
|
|
|
|
#:use-module (gnu packages openldap)
|
|
|
|
|
#:use-module (gnu packages pkg-config)
|
|
|
|
|
#:use-module (gnu packages python)
|
|
|
|
|
#:use-module (gnu packages python-xyz)
|
|
|
|
|
#:use-module (gnu packages sphinx)
|
|
|
|
|
#:use-module (gnu packages tls)
|
|
|
|
|
#:use-module (gnu packages web)
|
2021-10-19 22:52:59 +02:00
|
|
|
|
;; #:use-module (gnu packages glicid)
|
2021-08-06 17:23:30 +02:00
|
|
|
|
#:use-module (gnu packages pretty-print)
|
2021-08-03 15:18:35 +02:00
|
|
|
|
#:use-module (gnu packages virtualization)
|
2021-10-24 20:22:43 +02:00
|
|
|
|
#:use-module (glicid packages storage)
|
2021-10-25 09:32:04 +02:00
|
|
|
|
#:use-module (glicid packages mpi)
|
2021-10-25 09:14:58 +02:00
|
|
|
|
#:use-module (glicid packages gcc)
|
2021-10-25 09:32:04 +02:00
|
|
|
|
|
2021-05-02 14:58:52 +02:00
|
|
|
|
)
|
2021-04-30 23:36:08 +02:00
|
|
|
|
|
|
|
|
|
|
2021-05-02 21:40:49 +02:00
|
|
|
|
;;;;;;;;
|
2021-05-02 21:33:17 +02:00
|
|
|
|
|
|
|
|
|
|
2020-07-31 09:29:12 +02:00
|
|
|
|
(define-public glicid-librdkafka-09
|
|
|
|
|
(package
|
|
|
|
|
(inherit librdkafka)
|
|
|
|
|
(name "glicid-librdkafka-09")
|
|
|
|
|
(version "0.9.2")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://github.com/edenhill/librdkafka/archive/v" version ".tar.gz"))
|
|
|
|
|
(sha256 (base32 "0938yn1msaq8xcj5z7b3jcdy6rslh9kxmvz01r8rdcgbarlvchy2"))
|
|
|
|
|
))
|
|
|
|
|
))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(define-public glicid-x2go
|
|
|
|
|
(package
|
|
|
|
|
(name "glicid-x2go")
|
|
|
|
|
(version "4.1.0.3")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://code.x2go.org/releases/source/x2goserver/x2goserver-" version ".tar.gz"))
|
|
|
|
|
(sha256 (base32 "1l6wd708kbipib4ldprfiihqmj4895nifg0bkws4x97majislxk7"))
|
|
|
|
|
))
|
|
|
|
|
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("autoconf" ,autoconf)
|
|
|
|
|
("automake" ,automake)
|
|
|
|
|
("libtool" ,libtool)))
|
|
|
|
|
|
|
|
|
|
(inputs
|
|
|
|
|
`(("perl" , perl)))
|
|
|
|
|
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(synopsis "X2go")
|
|
|
|
|
(description "X2go")
|
|
|
|
|
(license "not checked")
|
|
|
|
|
(home-page "https://wiki.x2go.org")
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
;(define-public glicid-gromacs-openmpi
|
|
|
|
|
; (package
|
|
|
|
|
; (inherit gromacs)
|
|
|
|
|
; (name "glicid-gromacs-openmpi")
|
|
|
|
|
; (inputs `(("openmpi", openmpi)
|
|
|
|
|
; ,@(package-inputs gromacs)))
|
|
|
|
|
; (build-system cmake-build-system)
|
|
|
|
|
; (arguments
|
|
|
|
|
; `(#:configure-flags configure-flags)
|
|
|
|
|
; (append configure-flags (list "-DGMX_MPI=on"
|
|
|
|
|
; "-DCMAKE_C_COMPILER=mpicc"
|
|
|
|
|
; "-DCMAKE_CXX_COMPILER=mpiicxx"
|
|
|
|
|
; ))
|
|
|
|
|
; )
|
|
|
|
|
; )
|
|
|
|
|
;)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(define-public glicid-gromacs-openmpi
|
|
|
|
|
(package
|
|
|
|
|
(inherit gromacs)
|
|
|
|
|
(name "glicid-gromacs-openmpi")
|
|
|
|
|
(inputs `(("openmpi", openmpi)
|
|
|
|
|
;; ("openssh", openssh) ;; only for tests... disabled now
|
|
|
|
|
,@(package-inputs gromacs)))
|
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags
|
|
|
|
|
(list "-DGMX_DEVELOPER_BUILD=on" ; Needed to run tests
|
|
|
|
|
;; Unbundling
|
|
|
|
|
"-DGMX_USE_LMFIT=EXTERNAL"
|
|
|
|
|
"-DGMX_BUILD_OWN_FFTW=off"
|
|
|
|
|
"-DGMX_EXTERNAL_BLAS=on"
|
|
|
|
|
"-DGMX_EXTERNAL_LAPACK=on"
|
|
|
|
|
"-DGMX_EXTERNAL_TNG=on"
|
|
|
|
|
"-DGMX_EXTERNAL_ZLIB=on"
|
|
|
|
|
"-DGMX_EXTERNAL_TINYXML2=on"
|
|
|
|
|
;; special glicid
|
|
|
|
|
"-DGMX_MPI=on"
|
|
|
|
|
"-DCMAKE_C_COMPILER=mpicc"
|
|
|
|
|
"-DCMAKE_CXX_COMPILER=mpicxx"
|
|
|
|
|
"-DGMX_DOUBLE=off"
|
|
|
|
|
"-DGMX_OPENMP=on"
|
|
|
|
|
"-DGMX_SIMD=AVX2_256"
|
|
|
|
|
(string-append "-DTinyXML2_DIR="
|
|
|
|
|
(assoc-ref %build-inputs "tinyxml2"))
|
|
|
|
|
;; Workaround for cmake/FindSphinx.cmake version parsing that does
|
|
|
|
|
;; not understand the guix-wrapped `sphinx-build --version' answer
|
|
|
|
|
(string-append "-DSPHINX_EXECUTABLE_VERSION="
|
|
|
|
|
,(package-version python-sphinx)))
|
|
|
|
|
#:tests? #f
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'fixes
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
;; Still bundled: part of gromacs, source behind registration
|
|
|
|
|
;; but free software anyways
|
|
|
|
|
;;(delete-file-recursively "src/external/vmd_molfile")
|
|
|
|
|
;; Still bundled: threads-based OpenMPI-compatible fallback
|
|
|
|
|
;; designed to be bundled like that
|
|
|
|
|
;;(delete-file-recursively "src/external/thread_mpi")
|
|
|
|
|
;; Unbundling
|
|
|
|
|
(delete-file-recursively "src/external/lmfit")
|
|
|
|
|
(delete-file-recursively "src/external/clFFT")
|
|
|
|
|
(delete-file-recursively "src/external/fftpack")
|
|
|
|
|
(delete-file-recursively "src/external/build-fftw")
|
|
|
|
|
(delete-file-recursively "src/external/tng_io")
|
|
|
|
|
(delete-file-recursively "src/external/tinyxml2")
|
|
|
|
|
(delete-file-recursively "src/external/googletest")
|
|
|
|
|
(copy-recursively (assoc-ref inputs "googletest-source")
|
|
|
|
|
"src/external/googletest")
|
|
|
|
|
;; This test warns about the build host hardware, disable
|
|
|
|
|
(substitute* "src/gromacs/hardware/tests/hardwaretopology.cpp"
|
|
|
|
|
(("TEST\\(HardwareTopologyTest, HwlocExecute\\)")
|
|
|
|
|
"void __guix_disabled()"))
|
|
|
|
|
#t)))))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;; pour futures customisations.
|
|
|
|
|
|
2020-09-22 09:39:50 +02:00
|
|
|
|
;(define-public glicid-openmpi-gcc-10
|
|
|
|
|
; (package
|
|
|
|
|
; (inherit openmpi)
|
|
|
|
|
; (name "glicid-openpmi-gcc-10")
|
|
|
|
|
; (inputs `(("gcc-10", gcc-10)
|
2021-05-02 21:15:30 +02:00
|
|
|
|
; ("gfortran-11", gfortran-11)
|
2020-09-22 09:39:50 +02:00
|
|
|
|
; ,@(package-inputs openmpi)))
|
|
|
|
|
; )
|
|
|
|
|
;)
|
|
|
|
|
|
2020-07-31 09:29:12 +02:00
|
|
|
|
|
2021-04-30 09:38:39 +02:00
|
|
|
|
(define-public glicid-gromacs-gcc-11
|
2020-07-31 09:29:12 +02:00
|
|
|
|
(package
|
|
|
|
|
(inherit gromacs)
|
2021-04-30 09:38:39 +02:00
|
|
|
|
(name "glicid-gromacs-gcc-11")
|
2020-09-01 09:50:04 +02:00
|
|
|
|
(version "2020.3")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "http://ftp.gromacs.org/pub/gromacs/gromacs-" version ".tar.gz"))
|
|
|
|
|
(sha256 (base32 "1acjrhcfzpqy2dncblhj97602jbg9gdha4q1bgji9nrj25lq6cch"))
|
|
|
|
|
))
|
|
|
|
|
|
2021-04-30 09:38:39 +02:00
|
|
|
|
(inputs `(("gcc-11", gcc-11)
|
2021-05-02 21:15:30 +02:00
|
|
|
|
("gfortran-11", gfortran-11)
|
2021-04-30 09:38:39 +02:00
|
|
|
|
("glicid-openmpi-gcc-11", glicid-openmpi-gcc-11)
|
2020-07-31 09:29:12 +02:00
|
|
|
|
,@(package-inputs gromacs)))
|
|
|
|
|
))
|
|
|
|
|
|
|
|
|
|
|
2020-09-20 21:40:15 +02:00
|
|
|
|
(define-public glicid-python-nbxmpp
|
|
|
|
|
(package
|
|
|
|
|
(inherit python-nbxmpp)
|
|
|
|
|
(name "glicid-python-nbxmpp")
|
|
|
|
|
(version "1.0.2")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "nbxmpp" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0vw5drr077w9ks4crnw6pwa4735ycyjdcm54knc3w4in4x5027wr"))))
|
|
|
|
|
|
|
|
|
|
))
|
|
|
|
|
|
2020-08-31 20:56:49 +02:00
|
|
|
|
|
2021-05-05 14:10:23 +02:00
|
|
|
|
(define-public glicid-specific-hdf5
|
|
|
|
|
(package
|
2021-05-07 00:07:14 +02:00
|
|
|
|
(inherit hdf5-1.12)
|
2021-05-05 14:10:23 +02:00
|
|
|
|
(name "glicid-specific-hdf5")
|
2021-05-07 09:26:16 +02:00
|
|
|
|
; (arguments
|
|
|
|
|
; `(#:tests? #f)
|
|
|
|
|
; )
|
2021-05-05 17:36:13 +02:00
|
|
|
|
(native-inputs `(
|
2021-05-05 14:10:23 +02:00
|
|
|
|
("gcc",gcc-11)
|
|
|
|
|
("gfortran",gfortran-11)
|
2021-05-07 00:07:14 +02:00
|
|
|
|
,@(package-native-inputs hdf5-1.12)))
|
2021-05-05 14:10:23 +02:00
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
|
2021-05-06 21:26:26 +02:00
|
|
|
|
(define-public glicid-specific-hdf5-parallel-openmpi
|
|
|
|
|
(package/inherit glicid-specific-hdf5 ;use the latest
|
|
|
|
|
(name "glicid-specific-hdf5-parallel-openmpi")
|
|
|
|
|
(inputs
|
|
|
|
|
`(("mpi" ,glicid-specific-openmpi)
|
2021-05-07 00:07:14 +02:00
|
|
|
|
,@(package-inputs glicid-specific-hdf5)))
|
2021-05-06 21:26:26 +02:00
|
|
|
|
(arguments
|
2021-05-06 22:52:33 +02:00
|
|
|
|
|
2021-05-06 23:02:41 +02:00
|
|
|
|
; `(
|
|
|
|
|
; #:tests? #f
|
2021-05-06 22:52:33 +02:00
|
|
|
|
|
2021-05-06 23:02:41 +02:00
|
|
|
|
(
|
2021-05-06 22:52:33 +02:00
|
|
|
|
substitute-keyword-arguments (package-arguments glicid-specific-hdf5)
|
2021-05-06 21:26:26 +02:00
|
|
|
|
((#:configure-flags flags)
|
2021-05-07 09:17:32 +02:00
|
|
|
|
``("--enable-parallel" "--disable-tests"
|
2021-05-06 21:26:26 +02:00
|
|
|
|
,@(delete "--enable-cxx"
|
|
|
|
|
(delete "--enable-threadsafe" ,flags))))
|
|
|
|
|
((#:phases phases)
|
|
|
|
|
`(modify-phases ,phases
|
|
|
|
|
(add-after 'build 'mpi-setup
|
2021-05-06 21:38:19 +02:00
|
|
|
|
,%openmpi-setup)
|
2021-05-06 21:26:26 +02:00
|
|
|
|
(add-before 'check 'patch-tests
|
|
|
|
|
(lambda _
|
|
|
|
|
;; OpenMPI's mpirun will exit with non-zero status if it
|
|
|
|
|
;; detects an "abnormal termination", i.e. any process not
|
|
|
|
|
;; calling MPI_Finalize(). Since the test is explicitly
|
|
|
|
|
;; avoiding MPI_Finalize so as not to have at_exit and thus
|
|
|
|
|
;; H5C_flush_cache from being called, mpirun will always
|
|
|
|
|
;; complain, so turn this test off.
|
|
|
|
|
(substitute* "testpar/Makefile"
|
|
|
|
|
(("(^TEST_PROG_PARA.*)t_pflush1(.*)" front back)
|
|
|
|
|
(string-append front back "\n")))
|
|
|
|
|
(substitute* "tools/test/h5diff/testph5diff.sh"
|
|
|
|
|
(("/bin/sh") (which "sh")))
|
2021-05-06 22:52:33 +02:00
|
|
|
|
#t))))
|
|
|
|
|
|
|
|
|
|
))
|
|
|
|
|
|
|
|
|
|
|
2021-05-06 22:20:05 +02:00
|
|
|
|
|
2021-05-06 21:26:26 +02:00
|
|
|
|
(synopsis "Management suite for data with parallel IO support")))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-05-05 14:53:15 +02:00
|
|
|
|
(define-public glicid-specific-openblas
|
|
|
|
|
(package
|
|
|
|
|
(inherit openblas)
|
|
|
|
|
(name "glicid-specific-openblas")
|
|
|
|
|
(inputs `(
|
|
|
|
|
("fortran-lib",gfortran-11 "lib")
|
|
|
|
|
,@(package-inputs openblas)))
|
|
|
|
|
(native-inputs `(
|
2021-05-05 15:01:23 +02:00
|
|
|
|
("gcc", gcc-11)
|
2021-05-05 14:53:15 +02:00
|
|
|
|
("fortran" ,gfortran-11)
|
|
|
|
|
,@(package-native-inputs openblas)))
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
|
2021-05-05 16:39:05 +02:00
|
|
|
|
(define-public glicid-vspecific-openblas
|
2021-05-05 16:22:25 +02:00
|
|
|
|
(package
|
|
|
|
|
(inherit openblas)
|
2021-05-05 17:42:08 +02:00
|
|
|
|
(name "glicid-vspecific-openblas")
|
2021-05-05 16:22:25 +02:00
|
|
|
|
(version "0.3.15")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
2021-05-07 11:48:07 +02:00
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://github.com/xianyi/OpenBLAS/releases/download/v" version "/OpenBLAS-" version ".tar.gz" ))
|
|
|
|
|
; (file-name (string-append name "-" version ".tar.gz"))
|
2021-05-05 16:22:25 +02:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2021-05-07 11:48:07 +02:00
|
|
|
|
"1gjbkrsh6n28hdp2ciyjigc8vg764d2r0jbzl63v753mjzn9va9h"))))
|
2021-05-05 16:22:25 +02:00
|
|
|
|
|
|
|
|
|
(name "glicid-specific-openblas")
|
|
|
|
|
(inputs `(
|
|
|
|
|
("fortran-lib",gfortran-11 "lib")
|
|
|
|
|
,@(package-inputs openblas)))
|
|
|
|
|
(native-inputs `(
|
|
|
|
|
("gcc", gcc-11)
|
|
|
|
|
("fortran" ,gfortran-11)
|
|
|
|
|
,@(package-native-inputs openblas)))
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
|
2021-05-05 14:10:23 +02:00
|
|
|
|
|
2020-12-04 17:20:45 +01:00
|
|
|
|
(define-public glicid-motif
|
|
|
|
|
(package
|
|
|
|
|
(name "glicid-motif")
|
|
|
|
|
(version "2.3.8")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://sourceforge.net/projects/motif/files/Motif%202.3.8%20Source%20Code/motif-2.3.8.tar.gz/download"))
|
|
|
|
|
|
|
|
|
|
(sha256 (base32 "1rxwkrhmj8sfg7dwmkhq885valwqbh26d79033q7vb7fcqv756w5"))
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:make-flags
|
|
|
|
|
;; #:make-flags
|
|
|
|
|
(list (string-append "PREFIX=" %output)
|
|
|
|
|
; (string-append "CC=" ,(cc-for-target))
|
|
|
|
|
;; Xft.h #includes <ft2build.h> without ‘freetype2/’. The Makefile
|
|
|
|
|
;; works around this by hard-coding /usr/include & $PREFIX.
|
|
|
|
|
(string-append "CPPFLAGS=-I"
|
|
|
|
|
(assoc-ref %build-inputs "freetype")
|
|
|
|
|
"/include/freetype2")
|
|
|
|
|
"V=1")
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
(inputs
|
|
|
|
|
`(("libxext" ,libxext)
|
|
|
|
|
("libx11", libx11)
|
|
|
|
|
("freetype",freetype)
|
|
|
|
|
("libxft",libxft)
|
|
|
|
|
("xbitmaps",xbitmaps)
|
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
|
("flex" ,flex)
|
|
|
|
|
("bison" ,bison)
|
|
|
|
|
("libxt" ,libxt)))
|
|
|
|
|
|
|
|
|
|
(synopsis "Motif")
|
|
|
|
|
(description "Motif ")
|
|
|
|
|
(home-page "https://sourceforge.net/untested")
|
|
|
|
|
(license " ")
|
|
|
|
|
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
(define-public glicid-xmgrace
|
|
|
|
|
(package
|
|
|
|
|
(name "glicid-xmgrace")
|
|
|
|
|
(version "5.1.25")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://oauth2:9i-PgbC2w_JEx6DUUqzf@gitlab.univ-nantes.fr/CCIPL/legacy_code_mirror/grace.git")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(sha256 (base32 "1wb8v0q8xa2akas0swpgdgw1s66i50k7kh1g2f894hnk91fzx56z"))
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
|
|
|
|
|
(arguments
|
|
|
|
|
`(
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'configure 'patch-/bin/sh
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* '("Make.conf")
|
|
|
|
|
(("/bin/sh") (which "bash"))
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
(inputs
|
|
|
|
|
`(
|
|
|
|
|
("libx11", libx11)
|
|
|
|
|
("libxft",libxft)
|
|
|
|
|
("libxt",libxt)
|
|
|
|
|
("libxpm",libxpm)
|
|
|
|
|
("libxext" ,libxext)
|
|
|
|
|
("autoconf", autoconf)
|
|
|
|
|
("glicid-motif" ,glicid-motif)
|
|
|
|
|
("fontconfig", fontconfig)
|
|
|
|
|
("gfortran", gfortran)
|
|
|
|
|
("libjpeg-turbo", libjpeg-turbo)
|
|
|
|
|
;; ("libxmhtml", libxmhtml)
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(synopsis "Xmgrace")
|
|
|
|
|
(description "xmgrace")
|
|
|
|
|
(home-page "https://sourceforge.net/untested")
|
|
|
|
|
(license " ")
|
|
|
|
|
|
|
|
|
|
)
|
|
|
|
|
)
|
2020-08-31 20:56:49 +02:00
|
|
|
|
|
2021-04-10 18:08:29 +02:00
|
|
|
|
(use-modules (guix packages))
|
|
|
|
|
(use-modules (guix download))
|
|
|
|
|
(use-modules (gnu packages ruby))
|
|
|
|
|
(use-modules (guix build-system ruby))
|
2021-05-03 22:27:17 +02:00
|
|
|
|
;(use-modules (guix licenses))
|
2021-04-10 18:08:29 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-04-18 16:57:15 +02:00
|
|
|
|
(define-public ruby-asciidoctor-revealjs
|
2021-04-10 18:08:29 +02:00
|
|
|
|
(package
|
|
|
|
|
(name "ruby-asciidoctor-revealjs")
|
|
|
|
|
(version "4.1.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (rubygems-uri "asciidoctor-revealjs" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"03vmbcc3x059h17ry4qwk1p0yar9wgh87l2qssi307gy45cjw2mq"))))
|
|
|
|
|
(build-system ruby-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
'(#:tests? #f))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("ruby-asciidoctor" ,ruby-asciidoctor)
|
|
|
|
|
; ("ruby-concurrent-ruby" ,ruby-concurrent-ruby)
|
|
|
|
|
("ruby-concurrent" ,ruby-concurrent)
|
2021-04-19 12:40:39 +02:00
|
|
|
|
("ruby-asciidoctor-kroki", ruby-asciidoctor-kroki)
|
2021-04-10 18:08:29 +02:00
|
|
|
|
("ruby-thread-safe" ,ruby-thread-safe)))
|
|
|
|
|
(synopsis
|
|
|
|
|
"Converts AsciiDoc documents into HTML5 presentations designed to be executed by the reveal.js presentation framework.")
|
|
|
|
|
(description
|
|
|
|
|
"Converts AsciiDoc documents into HTML5 presentations designed to be executed by the reveal.js presentation framework.")
|
|
|
|
|
(home-page
|
|
|
|
|
"https://github.com/asciidoctor/asciidoctor-reveal.js")
|
|
|
|
|
(license license:expat))
|
|
|
|
|
)
|
|
|
|
|
|
2021-04-18 17:22:46 +02:00
|
|
|
|
(define-public ruby-asciidoctor-kroki
|
|
|
|
|
(package
|
|
|
|
|
(name "ruby-asciidoctor-kroki")
|
|
|
|
|
(version "0.4.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (rubygems-uri "asciidoctor-kroki" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"13gx22xld4rbxxirnsxyrsajy9v666r8a4ngms71611af5afgk6w"))))
|
|
|
|
|
(build-system ruby-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
'(#:tests? #f))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("ruby-asciidoctor" ,ruby-asciidoctor)))
|
|
|
|
|
(synopsis
|
|
|
|
|
"An extension for Asciidoctor to convert diagrams to images using https://kroki.io")
|
|
|
|
|
(description
|
|
|
|
|
"An extension for Asciidoctor to convert diagrams to images using https://kroki.io")
|
|
|
|
|
(home-page
|
|
|
|
|
"https://github.com/Mogztter/asciidoctor-kroki")
|
|
|
|
|
(license license:expat)
|
|
|
|
|
)
|
|
|
|
|
)
|
2020-08-31 20:56:49 +02:00
|
|
|
|
|
2021-11-05 23:55:49 +01:00
|
|
|
|
(use-modules (guix packages))
|
|
|
|
|
(use-modules (guix download))
|
|
|
|
|
(use-modules (gnu packages python))
|
|
|
|
|
(use-modules (gnu packages python-xyz))
|
|
|
|
|
(use-modules (guix build-system python))
|
|
|
|
|
(use-modules (gnu packages xml))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(define-public python-glances
|
|
|
|
|
(package
|
|
|
|
|
(name "python-glances")
|
|
|
|
|
(version "3.2.3.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "Glances" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0qgwsrg19n4wk9i97xj1i57hwbxacqn6iziliyvjfx063zip2rqm"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("python-defusedxml" ,python-defusedxml)
|
|
|
|
|
("python-future" ,python-future)
|
|
|
|
|
("python-psutil" ,python-psutil)))
|
|
|
|
|
(home-page "https://github.com/nicolargo/glances")
|
|
|
|
|
(synopsis "A cross-platform curses-based monitoring tool")
|
|
|
|
|
(description "A cross-platform curses-based monitoring tool")
|
|
|
|
|
(license #f))
|
|
|
|
|
)
|
2020-08-31 20:56:49 +02:00
|
|
|
|
|
2021-10-22 17:53:42 +02:00
|
|
|
|
|
2020-07-31 09:29:12 +02:00
|
|
|
|
;;; glicid.scm ends here
|