Changeset 5db625 for util/src


Ignore:
Timestamp:
Oct 30, 2008, 1:19:27 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
b7fafb
Parents:
4a7a5c
Message:

FIX: absolute paths were replaced by @prefix@ and @bindir@ directives.

Location:
util/src
Files:
4 edited

Legend:

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

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

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

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

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