Re: [aur-general] Issue python PKGBUILD

2020-02-07 Thread Eli Schwartz via aur-general
On 2/7/20 4:36 PM, Iyán Méndez Veiga wrote: > Now I would like to get rid of the package contains reference to $srcdir > warnings. Any ideas? > > They are all .so files, and using strings I find there are always mentions to > .pyx and .cxx files using the full path. cmake embeds full paths

Re: [aur-general] Issue python PKGBUILD

2020-02-07 Thread Iyán Méndez Veiga
I think their cmake files are a bit chaotic for the moment. I have created an issue upstream and add a patch to the PKGBUILD so it generates the package without the .git directories. https://aur.archlinux.org/cgit/aur.git/tree/cmake.patch?h=python-qiskit-aer Now I would like to get rid of the

Re: [aur-general] Issue python PKGBUILD

2020-02-07 Thread Iyán Méndez Veiga
> https://github.com/Qiskit/qiskit-aer/commit/d445d0136f61523281fc22f9e20be9c0 > 16e1dd8e looks relevant. > > There's a muparserx package in aur, > https://aur.archlinux.org/packages/muparserx . > > Try building with that as makedepend or depend ? Just tried, and still same error. Even if

Re: [aur-general] Issue python PKGBUILD

2020-02-07 Thread Lone_Wolf
On 07-02-2020 00:55, Iyán Méndez Veiga wrote: Well, makepkg runs under fakeroot. But forget about that. Why is setup.py install attempting to install the .git/ directory of a git repository? Yeah, I was also surprised about that. I need to check carefully the changes from previous version