Search
j0ke.net Open Build Service
>
Projects
>
server:search
>
hyperestraier
> hyperestraier-wrappers-python.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File hyperestraier-wrappers-python.diff of Package hyperestraier
--- setup.py.orig 2006-01-02 12:30:41.000000000 +0100 +++ setup.py 2006-01-02 12:33:06.000000000 +0100 @@ -10,7 +10,7 @@ module1 = Extension( '_HyperEstraier', sources = ['HyperEstraier.i'], - libraries = get_libs('estconfig --libs') + ['stdc++']) + libraries = ['stdc++']) setup( name = 'HyperEstraier',