Project

General

Profile

Bug #1924

Fails to build still

Added by Fedorov, Misha over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Installations
Target version:
-
Start date:
23 March 2017
Due date:
% Done:

100%

Estimated time:
Workflow:
Under Test

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

install.log (3.26 KB) install.log Fedorov, Misha, 23 March 2017 16:36
#1

Updated by Fedorov, Misha over 6 years ago

install log file

this was MAUS 2.8.3 taken from a tarball from the regular downloads area

#2

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.

#3

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
#4

Updated by Dobbs, Adam over 6 years ago

  • Workflow changed from New Issue to Under Test
#5

Updated by Dobbs, Adam over 6 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF