You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are getting an error during the Xmipp compilation, consider to read compilationLog.txt file located in the xmipp floder (by default in scipion2/software/em) and review the `Xmipp's configuration page<https://i2pc.github.io/docs/Utils/ConfigurationF/index.html#configuration-file>`_.
7
+
If you are getting an error during the Xmipp compilation, consider to read compilationLog.txt file located in the xmipp folder (by default in scipion3/software/em)/xmippSrc). You can also review the `requirements of Xmipp<https://i2pc.github.io/docs/Installation/Requirements/index.html>`_.
8
8
9
9
Alternatively, you can go with the plugin manager or by running
10
10
@@ -22,39 +22,27 @@ If ``ERROR: Could not find target xmippSrc`` is gotten, try to run
22
22
If the problem persist, don't hesitate to `contact us <https://scipion-em.github.io/docs/release-3.0.0/docs/misc/contact-us.html#contact-us>`__.
23
23
24
24
25
-
Compiling Xmipp to be used in both Intel and AMD cores
Please, check `Xmipp's configuration page <https://i2pc.github.io/docs/Utils/ConfigurationF/index.html#configuration-file>`_ for more details.
38
+
Remove all files related to hdf5 in /usr/lib64/libhdf5*, /usr/include/hdf5* and .../anaconda3/include/hdf5*.
42
39
40
+
We strongy recommend you to install it via your default package manager:
43
41
44
-
HDF5
45
-
^^^^^^^^^^^^^^^^^^^^^^^^^^
42
+
.. code-block:: bash
46
43
47
-
We sometimes see issues regarding the HDF5 dependency.
48
-
We recommend removing all hdf5 versions and install just hdf5-devel. To do that:
49
-
```
50
-
sudo apt remove hdf5
51
-
sudo apt remove hdf5-devel
52
-
pip uninstall h5py
53
-
```
54
-
Remove all files related to hdf5 in /usr/lib64/libhdf5*, /usr/include/hdf5* and .../anaconda3/include/hdf5*.
44
+
sudo apt-get install libhdf5-dev
55
45
56
-
We strongy recommend you to install it via your default package manager:
57
-
`sudo apt-get install libhdf5-dev`
58
46
If you install it using other package management system (such as Conda), it might lead to compile/link time issues caused by incompatible version being fetched.
0 commit comments