Skip to content

Commit f5aca55

Browse files
committed
Recover devcontainer.yml, and comment out find_package(MKL NO_MODULE) in FindMKL.cmake.
1 parent 378f94e commit f5aca55

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/devcontainer.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Container
22

33
on:
4-
pull_request: # FOR TESTING ONLY
5-
branches:
6-
- develop
74
push:
85
branches:
96
- develop

cmake/FindMKL.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# MKL_INCLUDE - where to find mkl.h, etc.
55
# MKL_FOUND - True if mkl found.
66

7-
find_package(MKL NO_MODULE) # try using official module first
7+
# find_package(MKL NO_MODULE) # try using official module first
88
if(NOT TARGET MKL::MKL)
99

1010
find_path(MKL_INCLUDE mkl_service.h HINTS ${MKLROOT}/include)

0 commit comments

Comments
 (0)