https://bugzilla.redhat.com/show_bug.cgi?id=1273579



--- Comment #18 from Ankur Sinha (FranciscoD) <[email protected]> ---
This is the current version, which doesn't quite work:

https://ankursinha.fedorapeople.org/misc/nest.spec

They use cmake, which builds the c++ bits to build the SLI version. The cmake
then calls python setup.py to build pynest and the other python requirements -
connplotter, topology. For the python bit, they haven't separated building and
installing, so I patched that part out and was doing it myself. The cython part
works OK using the cmake build system itself. I don't think thee py parts link
to MPI, but I'll have to check. If they don't, we can probably do:

- build serial with python2
- build serial with python3
- build mpich without python
- build openmpi without python

That'll simplify the build quite a bit.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to