From 1f71d09552ffeccf8fe2638c2827c24bbbcdbab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corn=C3=A9=20Lukken?= <lukken@astron.nl> Date: Tue, 22 Apr 2025 09:00:08 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Bram Veenboer <veenboer@astron.nl> --- old-environment.yaml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/old-environment.yaml b/old-environment.yaml index 4e0fef8..e69de29 100644 --- a/old-environment.yaml +++ b/old-environment.yaml @@ -1,43 +0,0 @@ -spack: - specs: - - cuda@12.4 - - dal2 - - pqxx@6.4.8 - - binutils@2.30 - - boost+date_time+regex+filesystem+system+python+numpy - #- hdf5 +cxx+hl+threadsafe~mpi - - openblas threads=pthreads - - fftw - - casacore - - log4cplus - #- qpid - #- py-kombu - #- py-casacore - #- py-lxml - - readline - - curl - - ncurses - - postgresql - - openmpi fabrics=verbs - - numactl - #- python -# - numactl - - autogen - - unittest-cpp - view: false - concretizer: - unify: true - compilers: - - compiler: - spec: gcc@=12.2.0 - paths: - cc: /usr/bin/gcc - cxx: /usr/bin/g++ - f77: /usr/bin/gfortran - fc: /usr/bin/gfortran - flags: {} - operating_system: debian12 - target: x86_64 - modules: [] - environment: {} - extra_rpaths: [] -- GitLab