updated on Fri Jan 20 00:01:56 UTC 2012
[aur-mirror.git] / python-phreeqpy / arch.patch
blobff98bb2c00a0be08aed145bf92ff8b0056be493b
1 diff -rupN phreeqpy0.1/phreeqpy/iphreeqc/phreeqc_dll.py new/phreeqpy/iphreeqc/phreeqc_dll.py
2 --- phreeqpy0.1/phreeqpy/iphreeqc/phreeqc_dll.py 2011-05-25 15:00:38.000000000 +0200
3 +++ new/phreeqpy/iphreeqc/phreeqc_dll.py 2011-12-19 20:44:11.000000000 +0100
4 @@ -18,7 +18,7 @@ class IPhreeqc(object):
5 if sys.platform == 'win32':
6 dll_name = 'IPhreeqc.dll'
7 elif sys.platform == 'linux2':
8 - dll_name = './libiphreeqc.so.0.0.0'
9 + dll_name = '/usr/lib/libiphreeqc.so'
10 else:
11 msg = 'Platform is %s not supported' % sys.platform
12 raise NotImplementedError(msg)