Re: [AMBER] Amber 20 / AmberTools 21 on Centos 9 / Cmake Error

From: David A Case <david.case.rutgers.edu>
Date: Mon, 11 Apr 2022 13:51:37 -0400

On Mon, Apr 11, 2022, Giorgos Lambrinidis wrote:
>
>I just installed centos 9 upstream.

What version of gcc is being used here?

>However when i run make install i get an error regarding the boost
>variables as i can figure out (2)

As far as I can see, there is no error message in what you included. It's
not even clear that boost was the cause of the problems that were found.

Can you run "make -j1 install | tee build.log" ,and post the build.log file?

If you want to experiment on your own, add one of the following flags to the
run_cmake script:

   -DFORCE_EXTERNAL_LIBS="boost" # will try to use the installed boost
                                   # libraries

or

   -DFORCE_DISABLE_LIBS="boost" # will skip boost and any thing that depends
                                 # on it

>[ 40%] Completed 'boost_build'
>[ 40%] Built target boost_build
>make: *** [Makefile:156: all] Error 2

The simplest reading of the above is that boost was build, but something
else in the build failed. (But this may be wrong -- I think we need more
information here.)

...good luck...dac


_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Mon Apr 11 2022 - 11:00:02 PDT
Custom Search