mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
feat: Require DDS 3.5.13.7
This commit is contained in:
committed by
Dennis Klein
parent
81b1ba1f20
commit
1df338b262
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
################################################################################
|
||||
# Copyright (C) 2019 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
|
||||
# Copyright (C) 2019-2021 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
|
||||
# #
|
||||
# This software is distributed under the terms of the #
|
||||
# GNU Lesser General Public Licence (LGPL) version 3, #
|
||||
@@ -15,12 +15,6 @@ cleanup() {
|
||||
echo "CLEANUP PERFORMED"
|
||||
}
|
||||
|
||||
if [[ -e "@DDS_INSTALL_PREFIX@/DDS_env.sh" ]]; then
|
||||
source @DDS_INSTALL_PREFIX@/DDS_env.sh
|
||||
elif command -v DDS_env.sh &> /dev/null; then
|
||||
source DDS_env.sh
|
||||
fi
|
||||
|
||||
export PATH=@BIN_DIR@:$PATH
|
||||
|
||||
exec 5>&1
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
################################################################################
|
||||
# Copyright (C) 2019 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
|
||||
# Copyright (C) 2019-2021 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
|
||||
# #
|
||||
# This software is distributed under the terms of the #
|
||||
# GNU Lesser General Public Licence (LGPL) version 3, #
|
||||
@@ -15,12 +15,6 @@ cleanup() {
|
||||
echo "CLEANUP PERFORMED"
|
||||
}
|
||||
|
||||
if [[ -e "@DDS_INSTALL_PREFIX@/DDS_env.sh" ]]; then
|
||||
source @DDS_INSTALL_PREFIX@/DDS_env.sh
|
||||
elif command -v DDS_env.sh &> /dev/null; then
|
||||
source DDS_env.sh
|
||||
fi
|
||||
|
||||
export PATH=@BIN_DIR@:$PATH
|
||||
|
||||
exec 5>&1
|
||||
|
Reference in New Issue
Block a user