Giter VIP home page Giter VIP logo

Comments (6)

bangerth avatar bangerth commented on September 23, 2024

I thought I saw someone use it recently (on a Zoom call?). Isn't this a separate program now?

from aspect.

bangerth avatar bangerth commented on September 23, 2024

In other words, what would we have to remove?

from aspect.

tjhei avatar tjhei commented on September 23, 2024

aspect/CMakeLists.txt

Lines 815 to 844 in 70e161d

# Find the deal.II parameter GUI and install helper script
find_program(PARAMETER_GUI_EXECUTABLE
parameter_gui
HINTS $ENV{PARAMETER_GUI_DIR} $ENV{PARAMETER_GUI_DIR}/bin ${PARAMETER_GUI_DIR} ${PARAMETER_GUI_DIR}/bin
PATH bin)
mark_as_advanced(CLEAR PARAMETER_GUI_EXECUTABLE)
# Did the user specify something that doesn't exist?
if(PARAMETER_GUI_EXECUTABLE
AND
(NOT EXISTS ${PARAMETER_GUI_EXECUTABLE} OR IS_DIRECTORY ${PARAMETER_GUI_EXECUTABLE}))
message(STATUS "Warning: PARAMETER_GUI_EXECUTABLE '${PARAMETER_GUI_EXECUTABLE}' does not exist")
set(PARAMETER_GUI_EXECUTABLE "PARAMETER_GUI_EXECUTABLE-NOTFOUND" CACHE FILEPATH "" FORCE)
endif()
if(NOT PARAMETER_GUI_EXECUTABLE)
message(STATUS "Parameter GUI not found: install and provide a hint using -D PARAMETER_GUI_DIR or set -D PARAMETER_GUI_EXECUTABLE directly.")
else()
message(STATUS "Found parameter GUI at: ${PARAMETER_GUI_EXECUTABLE}")
configure_file(
${CMAKE_SOURCE_DIR}/doc/aspect-gui
${CMAKE_BINARY_DIR}/aspect-gui
@ONLY
)
install(FILES ${CMAKE_BINARY_DIR}/aspect-gui
DESTINATION bin
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
GROUP_READ GROUP_EXECUTE
WORLD_READ WORLD_EXECUTE)
endif()

from aspect.

bangerth avatar bangerth commented on September 23, 2024

I don't think it's an issue that bothers me too much. Take a poll tomorrow morning!

from aspect.

tjhei avatar tjhei commented on September 23, 2024

poll results: nobody uses the parameter gui.

from aspect.

gassmoeller avatar gassmoeller commented on September 23, 2024

see my comment in #5735. What you are proposing is removing the configuration of ASPECT-GUI as part of ASPECT build. ASPECT-GUI works just fine separately.

from aspect.

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.