Skip to content

Commit

Permalink
Merge pull request #5094 from martin-frbg/issue5093
Browse files Browse the repository at this point in the history
Fix "make install" operation when CPP_THREAD_SAFETY_TEST is selected
  • Loading branch information
martin-frbg authored Jan 23, 2025
2 parents 262018f + 9faebb3 commit 9f2319b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.install
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ endif

endif
ifeq ($(CPP_THREAD_SAFETY_TEST), 1)
@install -m 666 cpp_thread_test/dgemm_tester $(DESTDIR)$(OPENBLAS_BINARY_DIR)
@install -m 666 cpp_thread_test/dgemv_tester $(DESTDIR)$(OPENBLAS_BINARY_DIR)
@install -m 666 cpp_thread_test/dgemm_tester $(DESTDIR)$(OPENBLAS_BINARY_DIR)
@install -m 666 cpp_thread_test/dgemv_tester $(DESTDIR)$(OPENBLAS_BINARY_DIR)
endif
endif

0 comments on commit 9f2319b

Please sign in to comment.