xiaoyeli / superlu

Supernodal sparse direct solver. https://portal.nersc.gov/project/sparse/superlu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

examples

ravlund opened this issue · comments

Hey it seems that the option "enable_examples" in the CMakeList.txt is unused and are still build if set to OFF

the statements
add_custom_target(examples)
add_subdirectory(EXAMPLE)

are not enclosed by an if

fixed.