Atracsys / SlicerAstmPhantomTest

This software is a module for 3D Slicer to perform the accuracy test of a tracking system as described in the ASTM standard F2554.
Other
11 stars 3 forks source link

SlicerAstmPhantomTest unavailable from Slicer Extensions Manager #2

Closed jamesobutler closed 2 years ago

jamesobutler commented 2 years ago

SlicerAstmPhantomTest is failing to configure due to recent name updates in https://github.com/Atracsys/SlicerAstmPhantomTest/commit/a426b9b3d4c4d229488910917e0dfaf653ca2f62 where "phantom_RAS.stl" was renamed to "phantomV1_RAS.stl".

https://github.com/Atracsys/SlicerAstmPhantomTest/blob/c682ed55c76c444b10bfd312b274e1d8779a38ef/AstmPhantomTest/CMakeLists.txt#L15

cc: @atracsys-sbt

Slicer Stable: https://slicer.cdash.org/build/2792350/configure Slicer Preview: https://slicer.cdash.org/build/2791893/configure

CMake Error at D:/D/S/S-0/CMake/SlicerMacroBuildScriptedModule.cmake:78 (message):
  slicerMacroBuildScriptedModule(RESOURCES) given nonexistent file or
  directory 'Resources/models/phantom_RAS.stl'
Call Stack (most recent call first):
  AstmPhantomTest/CMakeLists.txt:54 (slicerMacroBuildScriptedModule)

-- Configuring incomplete, errors occurred!
atracsys-sbt commented 2 years ago

Hi, thank you for raising this. I have made the mistake of pushing the latest update without testing it, and it turns out there are several issues with it. I will fix it in the next few days.

atracsys-sbt commented 2 years ago

This should be fixed now.

jamesobutler commented 2 years ago

@atracsys-sbt c7fabb5ff0ebfbdc8a72a5cb1060950ecf057998 is causing a configuration error (https://slicer.cdash.org/build/2804514/configure).

-- Configuring Scripted module: AstmPhantomTest
CMake Error at /Volumes/D/P/S-0/CMake/SlicerMacroBuildScriptedModule.cmake:78 (message):
  slicerMacroBuildScriptedModule(RESOURCES) given nonexistent file or
  directory 'Resources/gt/SN0001a.txt'
Call Stack (most recent call first):
  AstmPhantomTest/CMakeLists.txt:55 (slicerMacroBuildScriptedModule)

Make sure that these all still exists https://github.com/Atracsys/SlicerAstmPhantomTest/blob/225b0a35f9a110aa08ba30a065f65b785c4620da/AstmPhantomTest/CMakeLists.txt#L9-L35

atracsys-sbt commented 2 years ago

Thanks for pointing this out, it should be fixed now.