svalinn / Cubit-plugin

Plugins and command extensions for Coreform Cubit
BSD 3-Clause "New" or "Revised" License
17 stars 14 forks source link

Trelis plugin installation #57

Closed liangjg closed 4 years ago

liangjg commented 4 years ago

I failed to install trelis-plugins. Wondering if anyone ever encountered the same issue.

>cmake .. -DCMAKE_PREFIX_PATH=/opt/Trelis-16.5/bin -DBUILD_MCNP_IMPORTER=OFF
CMake Error at CMakeLists.txt:10 (find_package):
  Found package configuration file:

    /opt/Trelis-16.5/bin/CubitConfig.cmake

  but it set Cubit_FOUND to FALSE so package "Cubit" is considered to be NOT
  FOUND.  Reason given by package:

  The following imported targets are referenced, but are missing:
  showviz_base

-- Configuring incomplete, errors occurred!

Any thoughts/suggestions? Thanks.

makeclean commented 4 years ago

The sbowviz base I can help with, remove mentions of those from the *.cmake files in the Trellis bin directories, then it should build


From: Jingang Liang notifications@github.com Sent: Thursday, April 23, 2020 5:08:25 AM To: svalinn/Trelis-plugin Trelis-plugin@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [svalinn/Trelis-plugin] Trelis plugin installation (#57)

I failed to install trelis-plugins. Wondering if anyone ever encountered the same issue.

Trelis>export dagmc geometry.h5m faceting_tolerance 1.0e-4 ERROR: Could not export the data to a file. ERROR: is not a valid type of file to be exported.

cmake .. -DCMAKE_PREFIX_PATH=/opt/Trelis-16.5/bin -DBUILD_MCNP_IMPORTER=OFF CMake Error at CMakeLists.txt:10 (find_package): Found package configuration file:

/opt/Trelis-16.5/bin/CubitConfig.cmake

but it set Cubit_FOUND to FALSE so package "Cubit" is considered to be NOT FOUND. Reason given by package:

The following imported targets are referenced, but are missing: showviz_base

-- Configuring incomplete, errors occurred!

Any thoughts/suggestions? Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/svalinn/Trelis-plugin/issues/57, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AASTUSXJKIGSPJ2VEEMVACTRN65LTANCNFSM4MOW44SQ.

liangjg commented 4 years ago

@makeclean Thanks for your advice. It works (though not sure if deleting the 'showviz_base' will affect the functionality). I'm closing this issue but do expect someone will update the plugin distributions for newer versions of Cubit/Trelis.

makeclean commented 4 years ago

I suspect that its on the todo list - this particular issue is upstream in Trelis

On 23 Apr 2020, at 10:28, Jingang Liang notifications@github.com<mailto:notifications@github.com> wrote:

@makecleanhttps://github.com/makeclean Thanks for your advice. It works (though not sure if deleting the 'showviz_base' will affect the functionality). I'm closing this issue but do expect someone will update the plugin distributionshttps://uwmadison.app.box.com/v/dagmc-trelis for newer versions of Cubit/Trelis.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/svalinn/Trelis-plugin/issues/57#issuecomment-618291271, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AASTUSTNQZM5YZBAEO6KPKLROAC4ZANCNFSM4MOW44SQ.

gonuke commented 4 years ago

Thanks for reporting this @liangjg

We were not aware of a new Trelis version, yet, but we'll look into it soon.