Bug #1924
Fails to build still
100%
Description
We do
[emi26281@heplnx109 MAUS-v2.8.3]$ ./install_build_test.bash -t /opt/ppd/mice/software/maus/third-party-libs/
and get
Checking for C header file stdlib.h... yes Checking for C++ header file iostream... yes Checking for python command... (cached) yes Checking for C++ header file Python.h... yes Checking for swig command... (cached) yes Checking for C library gsl... yes Checking for C library gslcblas... yes Checking for C library npymath... no ERROR: Cound't find Numpy library FAIL! See logs.x
Files
Updated by Fedorov, Misha over 6 years ago
- File install.log install.log added
- Assignee set to Dobbs, Adam
install log file
this was MAUS 2.8.3 taken from a tarball from the regular downloads area
Updated by Dobbs, Adam over 6 years ago
Hi Misha,
OK, I would expect that given the steps you describe. This issue arises as the development branch (merge) which you are using for the third party libraries has been updated since the last release (MAUS-v2.8.3), in particular the way numpy is installed has changed, consequently attempting to link the release against the merge will fail.
Another point is that as you are going to be a MAUS developer, rather than just a user, you will be better using the development branch to work with, rather than the release tarball. Instructions on obtaining the merge branch can found at:
http://micewww.pp.rl.ac.uk/projects/maus/wiki/Bzr_usage
Do take a look. Briefly:
Open a terminal and navigate to the directory on PPD you want to install MAUS in, I recommend:
/opt/ppd/mice/<your-username>/
Then:
mkdir maus bzr init-repo maus cd maus bzr branch lp:maus/merge cd merge ./install_build_test.bash -t /opt/ppd/mice/software/maus/third-party-libs -j 4
Let me know how that goes.
Updated by Dobbs, Adam over 6 years ago
- Category set to Installations
I left a pure MAUS-v2.8.3 release branch building on the PPD cluster last night, and it has now completed without any problems. It can be found at:
/opt/ppd/mice/software/maus/MAUS-v2.8.3
or via the softlink:
/opt/ppd/mice/software/maus/release
Updated by Dobbs, Adam over 6 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100