From 8859303008dbd0a937746dacf8d34ca89e4ef6b3 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 19 May 2023 13:35:42 +0200 Subject: [PATCH] Fixed qmcchem plugin --- devel/qmcchem/install | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 devel/qmcchem/install diff --git a/devel/qmcchem/install b/devel/qmcchem/install deleted file mode 100755 index edc5e26..0000000 --- a/devel/qmcchem/install +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash - -# Check if the QP_ROOT environment variable is set. -if [[ -z ${QP_ROOT} ]] -then - print "The QP_ROOT environment variable is not set." - print "Please reload the quantum_package.rc file." - exit -1 -fi - -pkg-config --libs trexio > LIB - -scripts_list="qp_import_trexio.py" - -# Destroy ONLY the symbolic link for the scripts to be used in the -# ${QP_ROOT}/scripts/ directory. -for i in $scripts_list -do - find ${QP_ROOT}/scripts/$i -type l -delete -done - -# Create symlink in scripts -ln --symbolic ${PWD}/qp_import_trexio.py $QP_ROOT/scripts