From c4f6c3f16c6cf92574fc12e8d179b2b69b25f3c5 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Fri, 3 Nov 2023 00:54:06 +0000 Subject: user/spack: relocate to '/opt/spack'. Additional changes: * add 'linux-headers' to makedepends; required by openssl during clingo bootstrap * add .post-install file to inform admins about usage --- user/spack/spack.post-install | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 user/spack/spack.post-install (limited to 'user/spack/spack.post-install') diff --git a/user/spack/spack.post-install b/user/spack/spack.post-install new file mode 100644 index 000000000..03e76cde4 --- /dev/null +++ b/user/spack/spack.post-install @@ -0,0 +1,28 @@ +#!/bin/sh -e + +cat <