Skip to content

Commit

Permalink
fede fixes con amor
Browse files Browse the repository at this point in the history
  • Loading branch information
fede-pe committed Jul 16, 2024
1 parent a7c7b01 commit d64599a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions src/xmipp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,14 @@ file(
)

# Compile FRM
find_package(FFTW REQUIRED)
add_library(swig_frm SHARED ${FRM_SOURCES})
set_target_properties(swig_frm PROPERTIES PREFIX "_")
target_link_libraries(
swig_frm
PUBLIC
Python3::Python
Python3::NumPy
FFTW::Double
FFTW::Float
FFTW::DoubleThreads
FFTW::FloatThreads
XmippCore
)
install(
TARGETS swig_frm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <data/fourier_projection.h>
#include <core/xmipp_error.h>
#include <data/blobs.h>
#include <CTPL/ctpl_stl.h>
#include <ctpl_stl.h>

// Precision type
using PrecisionType = float;
Expand Down Expand Up @@ -226,4 +226,4 @@ class ProgParallelForwardArtZernike3DFloats: public XmippMetadataProgram

};
//@}
#endif
#endif

0 comments on commit d64599a

Please sign in to comment.