Closed DavidHerreros closed 9 months ago
scons: *** [lib/libXmippCore] Explicit dependency `fftw3' not found, needed by target `lib/libXmippCore'.
This error keeps showing up, even with branch names matching. Taking a look at the actions, I realised that xmipp's branch name is not being taken into account.
scons: *** [lib/libXmippCore] Explicit dependency `fftw3' not found, needed by target `lib/libXmippCore'.
This error keeps showing up, even with branch names matching. Taking a look at the actions, I realised that xmipp's branch name is not being taken into account.
same error on local compilling just xmippCore
scons: *** [lib/libXmippCore] Explicit dependency `fftw3' not found, needed by target `lib/libXmippCore'.
This error keeps showing up, even with branch names matching. Taking a look at the actions, I realised that xmipp's branch name is not being taken into account.
same error on local compilling just xmippCore
I have tried a "fresh" Xmipp installation on local following the next step:
xmipp cleanBin
xmipp all
compilation_database_xmippCore
in both xmipp
and xmippCore
reposThe compilation finished without error in my case. I don't have any Xmipp library on my bash either, any ideas on how to replicate the issue to have a closer look to it @albertmena @MartinSalinas98 ? Thanks!!!
scons: *** [lib/libXmippCore] Explicit dependency `fftw3' not found, needed by target `lib/libXmippCore'.
This error keeps showing up, even with branch names matching. Taking a look at the actions, I realised that xmipp's branch name is not being taken into account.
same error on local compilling just xmippCore
I have tried a "fresh" Xmipp installation on local following the next step:
* `xmipp cleanBin` * `xmipp all` * Use of `compilation_database_xmippCore` in both `xmipp` and `xmippCore` repos
The compilation finished without error in my case. I don't have any Xmipp library on my bash either, any ideas on how to replicate the issue to have a closer look to it @albertmena @MartinSalinas98 ? Thanks!!!
cd src/xmippCore
cp ../../xmipp.conf .
python $(which scons) . -j4
scons: *** [lib/libXmippCore] Explicit dependency `fftw3' not found, needed by target `lib/libXmippCore'.
This error keeps showing up, even with branch names matching. Taking a look at the actions, I realised that xmipp's branch name is not being taken into account.
same error on local compilling just xmippCore
I have tried a "fresh" Xmipp installation on local following the next step:
* `xmipp cleanBin` * `xmipp all` * Use of `compilation_database_xmippCore` in both `xmipp` and `xmippCore` repos
The compilation finished without error in my case. I don't have any Xmipp library on my bash either, any ideas on how to replicate the issue to have a closer look to it @albertmena @MartinSalinas98 ? Thanks!!!
cd src/xmippCore cp ../../xmipp.config . python $(which scons) . -j4
I can reproduce now the error, thanks!
However, it does not happen when running the installation with Scipion (scipion3 run ./xmipp compileAndInstall
). I guess the Python installed in the system does not know where those libraries are located?
Looks better, compilation still fails for some reason
From now, xmippCore action compile just the xmippCore repository not all Xmipp. With this PR, the compillation doesnt run.
Please retry analysis of this Pull-Request directly on SonarCloud.
Kudos, no new issues were introduced!
0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication
XmippCore libraries are now added to the compiled database on Xmipp compilation.
This PR needs the changes from 835 to work properly.