Commit bfbf5695 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

adjust path for includelink to find the Plumed.h wrapper properly

parent e788ffe2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ if linkflag:
    os.remove("includelink")
  if os.path.isfile("liblink") or os.path.islink("liblink"):
    os.remove("liblink")
  cmd = 'ln -s "%s/plumed2/include" includelink' % homepath
  cmd = 'ln -s "%s/plumed2/include/plumed/wrapper" includelink' % homepath
  subprocess.check_output(cmd,stderr=subprocess.STDOUT,shell=True)
  cmd = 'ln -s "%s/plumed2/lib" liblink' % homepath
  subprocess.check_output(cmd,stderr=subprocess.STDOUT,shell=True)