Changeset 94ca12


Ignore:
Timestamp:
Oct 19, 2008, 1:56:29 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
d635bda
Parents:
b4c71a
Message:

replaced absolute paths by @prefix@ and so on

Location:
util/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • util/src/AdaptiveANOVA.sh.in

    rb4c71a r94ca12  
    33# Performs an adaptive simulation with molecuilder
    44
    5 exec_prefix="/mount/bespin/heber/workspace/ESPACK/bin/"
     5exec_prefix=@prefix@
    66MOLECUILDER="$exec_prefix/molecuilder"
    77JOINER="$exec_prefix/joiner"
  • util/src/CalculateDensity.sh.in

    rb4c71a r94ca12  
    33# calculates the density of a molecule contained in a espack config file
    44
    5 MOLECUILDER="/home/heber/workspace/ESPACK/bin/molecuilder"
     5MOLECUILDER="@bindir@/molecuilder"
    66
    77if [ -z $1 ]; then
  • util/src/CalculateMass.sh.in

    rb4c71a r94ca12  
    33# calculates mass of a molecule in a XYZ file
    44
    5 ELEMENTSDB="/home/heber/workspace/ESPACK/bin/elements.db"
     5ELEMENTSDB="@bindir@/elements.db"
    66
    77if [ -z "$1" ]; then
  • util/src/CreateFromXYZ.sh.in

    rb4c71a r94ca12  
    1111exec_prefix=@prefix@
    1212molecuilder=@bindir@
    13 pseudopot="${exec_prefix}/defaults/pseudopot"
     13pseudopot="${exec_prefix}/../pcp/pseudopot"
    1414
    1515echo "Target dir is ${pfad}, using xyz file ${mol}."
Note: See TracChangeset for help on using the changeset viewer.