Giter Club home page Giter Club logo

Comments (5)

bartlettroscoe avatar bartlettroscoe commented on August 19, 2024

@nschloe, can you please attach your configure script and the full cmake STDOUT? I think GitHub issues allows you to attach files now to Issues. I should be able to see what is happening from that.

from seacas.

nschloe avatar nschloe commented on August 19, 2024
cmake  \
  -DBUILD_SHARED_LIBS:BOOL=ON \
  -DSEACASProj_ENABLE_ALL_PACKAGES:BOOL=ON \
  -DSEACASProj_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON \
  -DSEACASProj_ENABLE_SECONDARY_TESTED_CODE:BOOL=ON \
  -DSEACASProj_ENABLE_TESTS:BOOL=ON \
  -DSEACASProj_USE_GNUINSTALLDIRS:BOOL=ON \
  -DHDF5_ROOT:PATH=/usr \
  \
  -DTPL_ENABLE_CGNS:BOOL=ON \
  -DTPL_ENABLE_Matio:BOOL=ON \
  -DTPL_ENABLE_METIS:BOOL=ON \
  -DTPL_ENABLE_ParMETIS:BOOL=ON \
  -DTPL_ENABLE_Netcdf:BOOL=ON \
  -DTPL_ENABLE_MPI:BOOL=OFF \
  -DTPL_ENABLE_Pamgen:BOOL=OFF \
  -DTPL_ENABLE_X11:BOOL=OFF \
  -DTPL_ENABLE_Zlib:BOOL=ON \
  \
  ../source-upstream/

and my full config out.

from seacas.

bartlettroscoe avatar bartlettroscoe commented on August 19, 2024

@nschloe, looks like the disabled X11 TPL is taking out these SEACAS subpackages shown in the configure output in these lines:

Disabling all packages that have a required dependency on disabled TPLs and optional package TPL support based on TPL_ENABLE_<TPL>=OFF ...

-- Setting SEACASProj_ENABLE_SEACASSVDI=OFF because SEACASSVDI has a required library dependence on disabled TPL X11

Disabling subpackages for hard disables of parent packages due to SEACASProj_ENABLE_<PARENT_PACKAGE>=OFF ...


Disabling forward required SE packages and optional intra-package support that have a dependancy on disabled SE packages SEACASProj_ENABLE_<TRIBITS_PACKAGE>=OFF ...

-- Setting SEACASProj_ENABLE_SEACASPLT=OFF because SEACASPLT has a required library dependence on disabled package SEACASSVDI
-- Setting SEACASProj_ENABLE_SEACASBlot=OFF because SEACASBlot has a required library dependence on disabled package SEACASPLT
-- Setting SEACASProj_ENABLE_SEACASFastq=OFF because SEACASFastq has a required library dependence on disabled package SEACASPLT

See the disable behaviors documented here. Specifically, you are seeing TPL disable triggers auto-disables of downstream dependencies and SE package disable triggers auto-disables of downstream dependencies.

Let me know if you have questions about this.

-Ross

from seacas.

gsjaardema avatar gsjaardema commented on August 19, 2024

The listed packages (blot, plt, fastq, svdi) definitely require X11, so that makes sense.

from seacas.

nschloe avatar nschloe commented on August 19, 2024

Makes sense, thanks. The final config for enabling (almost) everything is then

cmake  \
  -D CMAKE_INSTALL_PREFIX:PATH=/opt/seacas \
  -D SEACASProj_ENABLE_ALL_PACKAGES:BOOL=ON \
  -D SEACASProj_ENABLE_SECONDARY_TESTED_CODE:BOOL=ON \
  -D SEACASProj_ENABLE_TESTS:BOOL=ON \
  -D BUILD_SHARED_LIBS:BOOL=ON \
  -D SEACASProj_USE_GNUINSTALLDIRS:BOOL=ON \
  \
  -D TPL_ENABLE_CGNS:BOOL=ON \
  -D TPL_ENABLE_Matio:BOOL=ON \
  -D TPL_ENABLE_METIS:BOOL=ON \
  -D TPL_ENABLE_ParMETIS:BOOL=ON \
  -D TPL_ENABLE_Netcdf:BOOL=ON \
  -D TPL_ENABLE_MPI:BOOL=ON \
  -D TPL_ENABLE_Pamgen:BOOL=ON \
  -D TPL_ENABLE_X11:BOOL=ON \
  -D TPL_ENABLE_Zlib:BOOL=ON \
  \
  ../source-upstream/

from seacas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.