We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b5f37 commit d6c90e1Copy full SHA for d6c90e1
1 file changed
highs/HighsExternalApi.cpp
@@ -16,7 +16,7 @@ using namespace HighsExtras;
16
17
HighsExternalApi::~HighsExternalApi() {
18
#ifdef HIGHS_SHARED_EXTRAS_LIBRARY
19
- HighsExtras::blas::openblas_shutdown();
+ if (isAvailable<HighsExtras::blas>()) HighsExtras::blas::openblas_shutdown();
20
#endif
21
unload();
22
}
0 commit comments