summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2018-04-25 10:16:54 -0300
committerSam Hartman <hartmans@debian.org>2019-03-21 10:31:29 -0400
commit92ed3a6383daa29d551493d17b52fed8e06ab618 (patch)
tree4325e7d1c1c26aa34b1254569b36da2731c1bab9
parent9d6ed9fb7bccc513545f0c985d5dc0b9e22fa67d (diff)
ctcsound: import the SOVERSIONed library
Otherwise we need the dev packages installed Gbp-Pq: Name ctcsound-import-the-SOVERSIONed-library.patch
-rw-r--r--interfaces/ctcsound.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/interfaces/ctcsound.py b/interfaces/ctcsound.py
index 0a2eecc8..85c580da 100644
--- a/interfaces/ctcsound.py
+++ b/interfaces/ctcsound.py
@@ -26,7 +26,7 @@ import numpy as np
import sys
if sys.platform.startswith('linux'):
- libcsound = CDLL("libcsound64.so")
+ libcsound = CDLL("libcsound64.so.6.0")
elif sys.platform.startswith('win'):
libcsound = cdll.csound64
elif sys.platform.startswith('darwin'):
@@ -2549,7 +2549,7 @@ class Csound:
if sys.platform.startswith('linux'):
- libcspt = CDLL("libcsnd6.so")
+ libcspt = CDLL("libcsnd6.so.6.0")
elif sys.platform.startswith('win'):
libcspt = cdll.csnd6
elif sys.platform.startswith('darwin'):