File tree Expand file tree Collapse file tree
core/include/lagrange/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 6.33 .0
1+ 6.34 .0
Original file line number Diff line number Diff line change @@ -22,12 +22,14 @@ block()
2222 set (BUILD_BENCHMARKS OFF )
2323 set (USE_OPENMP OFF )
2424 set (NOFORTRAN ON )
25+ set (ONLY_CBLAS ON )
2526
2627 include (CPM )
2728 CPMAddPackage (
2829 NAME OpenBLAS
2930 GITHUB_REPOSITORY OpenMathLib/OpenBLAS
3031 GIT_TAG v0.3.29
32+ EXCLUDE_FROM_ALL ON
3133 )
3234
3335 set (OpenBLAS_LIBNAME openblas${SUFFIX64_UNDERSCORE} )
Original file line number Diff line number Diff line change @@ -91,10 +91,10 @@ class copy_on_write_ptr
9191 template <typename Derived>
9292 Derived* static_write ()
9393 {
94- ensure_unique_owner<Derived>();
9594#if LAGRANGE_TARGET_FEATURE(RTTI)
9695 la_debug_assert (dynamic_cast <Derived*>(m_data.get ()));
9796#endif
97+ ensure_unique_owner<Derived>();
9898 return static_cast <Derived*>(m_data.get ());
9999 }
100100
Original file line number Diff line number Diff line change 1111#
1212
1313# 1. define module
14- lagrange_add_module ()
14+ lagrange_add_module (NO_INSTALL )
1515set_target_properties (lagrange_io PROPERTIES POSITION_INDEPENDENT_CODE ON )
1616if (LAGRANGE_TOPLEVEL_PROJECT)
1717 set_target_properties (lagrange_io PROPERTIES COMPILE_WARNING_AS_ERROR ON )
You can’t perform that action at this time.
0 commit comments