TomographicImaging / CCPi-Regularisation-Toolkit

The set of CPU/GPU optimised regularisation modules for iterative image reconstruction and other image processing tasks
Apache License 2.0
49 stars 25 forks source link

build Release configuration and fix compiler versions #212

Closed gfardell closed 2 months ago

gfardell commented 2 months ago

Sets the correct compiler and toolkit to be used by the build.

Builds the shared library as 'RelWithDebInfo'. Previous build was defaulting to Debug as DCMAKE_BUILD_TYPE is not used by MSVC.

closes #211

gfardell commented 2 months ago

I think you may have to use CRLF line endings since it's a batch file.

odd... I edited and pushed from windows

gfardell commented 2 months ago
PS C:\Users\[USER]\GitHub\CCPi-Regularisation-Toolkit\recipe> git ls-files --eol
i/crlf  w/crlf  attr/                   bld.bat
i/lf    w/crlf  attr/                   build.sh
i/lf    w/crlf  attr/                   conda_build_config.yaml
i/lf    w/crlf  attr/                   meta.yaml
casperdcl commented 2 months ago

that's only after my latest commit :)