--
You received this message because you are subscribed to the Google Groups "Cyclus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cyclus-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cyclus-users/470880b177ab4b9bbd7f83a22c7c31d3%40aices.rwth-aachen.de.
Dear Steve,
thank you very much for your reply.
I actually followed the instructions on the webpage you linked to when installing the dependencies. As far as I can see, the libxml2 library is installed (please see attached screenshot). Could it be that I need to specify its location in a certain (i.e. non-obvious) way?
Best wishes,
Madalina
To view this discussion on the web visit https://groups.google.com/d/msgid/cyclus-users/a5f4ce92b80843d6805127e9beb71233%40aices.rwth-aachen.de.
<Screenshot_libxml2.png>
Dear Baptiste,
thanks a lot for writing. I am attaching the output of the 'python install.py —clean-build' command.
Many thanks for your time!
Best wishes,
Madalina
To view this discussion on the web visit https://groups.google.com/d/msgid/cyclus-users/d8c5cade83e94a2b98549b573bb9385c%40aices.rwth-aachen.de.
Hi Madalina,
Given where your libraries reside, CMake should be able to find those. I wonder if there are problems finding the include files??
Did you install the libxml2 package or the libxml2-dev package? To run Cyclus only needs the former, but to build from source requires the latter.
Paul
To view this discussion on the web visit https://groups.google.com/d/msgid/cyclus-users/CAOFZGx5OMzp4MRO47LNQ5jBg7pAS24uXZy_qBvuC-E6ywkwtsQ%40mail.gmail.com.
Hi Paul!
Thanks a lot for your reply. A quick search for
libxml2-dev revealed the output attached as a screenshot. It seems that it is there, but maybe it's been installed in a weird location?
I did my best to install *all* the dependencies by copy-pasting the following command from the CYCLUS webpage:
sudo apt-get install -y cmake make libboost-all-dev libxml2-dev libxml++2.6-dev \ libsqlite3-dev libhdf5-serial-dev libbz2-dev coinor-libcbc-dev coinor-libcoinutils-dev \ coinor-libosi-dev coinor-libclp-dev coinor-libcgl-dev libblas-dev liblapack-dev g++ \ libgoogle-perftools-dev python3-dev python3-tables python3-pandas python3-numpy python3-nose \ python3-jinja2 cython3
I had hoped this would install all the necessary packages/libraries.
I am not entirely sure what's the right way to specify the
libxml2 install path to cmake, but doing:
cmake .. -DCMAKE_INSTALL_PREFIX=~/.local/ -DLIBXML2_DIR=/usr/include/libxml2
did not help.
Incidentally, I just stumbled upon this github issue posted about two years ago:
https://github.com/cyclus/cyclus/issues/1426
I was wondering if my issue has something to do with that.
Thank you all for your time and effort!
Best wishes,
Madalina
To view this discussion on the web visit https://groups.google.com/d/msgid/cyclus-users/6146ddd5ef4e4e22acb1d6c6dfe194dd%40aices.rwth-aachen.de.
<Screenshot_libxml2-dev.png>
Dear Baptiste, Dear All,
I have good news: indeed, getting the source from github worked.
I had originally downloaded the zipped source file from
here and that did not work on my machine. Getting the latest version from github and simply doing
'python install.py' finally worked. I was also able to successfully test the installation with
cyclus_unit_test.
I'll now proceed with installing Cycamore.
Thank you very much to all of you for your time and for your help!
Best wishes,
Madalina