blowekamp / Slicer-IASEM

Slicer3D IASEM Microscopy Extension
Apache License 2.0
2 stars 8 forks source link

Extension is not building on any platform #1

Closed jcfr closed 9 years ago

jcfr commented 10 years ago

See http://slicer.cdash.org/index.php?project=Slicer4&date=2013-09-05#Extensions-4.3-Nightly&filtercount=1&showfilters=1&field1=buildname/string&compare1=63&value1=IASEM

After fixing the issue(s), make sure to regenerate the corresponding extension description file and submit a pull request against both master [1] and 4.3 [2] branch on the ExtensionsIndex.

[ Also notifying @pieper of this issue ]

[1] http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/Tutorials/Contribute_Extension_Description_File#Extensions_build_against_Slicer_trunk_2

[2] http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/Tutorials/Contribute_Extension_Description_File#Extensions_build_against_Slicer_4.3_2

blowekamp commented 10 years ago

JC,

Thanks for letting me know of this issue. Did it not get build of the release?

The configuration error is:

CMake Error at CMakeLists.txt:51 (message): Slicer is not configured for SimpleITK.

Some modules will be disabled.

I don't think SimpleITK is configure on the builds. I don't see SimpleFilters either in the tests!

jcfr commented 10 years ago

Good catch ! I totally forgot to enable SimpleITK in the release build. Ooops

I just updated the release script and will regenerate a set of packages. See https://github.com/Slicer/DashboardScripts/commit/4d3d70782733ca360c3aba06e53b2441c9e7785c

On Thu, Sep 5, 2013 at 8:07 PM, Bradley Lowekamp notifications@github.comwrote:

JC,

Thanks for letting me know of this issue. Did it not get build of the release?

The configuration error is:

CMake Error at CMakeLists.txt:51 (message): Slicer is not configured for SimpleITK.

Some modules will be disabled.

I don't think SimpleITK is configure on the builds. I don't see SimpleFilters either in the tests!

— Reply to this email directly or view it on GitHubhttps://github.com/blowekamp/Slicer-IASEM/issues/1#issuecomment-23910787 .

+1 919 869 8849

blowekamp commented 9 years ago

Enabling simpleitk resolved issue.