Skip to content

Commit

Permalink
Mac OS 11.6 local build fixes (#4788)
Browse files Browse the repository at this point in the history
* xalan is required for ISIS, see cmakelists.txt

* Fix conda build for Mac 11.6
  • Loading branch information
scsides authored Feb 10, 2022
1 parent 1bb6501 commit 447603d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion isis/cmake/FindKakadu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if(JP2KFLAG)
find_path(KAKADU_INCLUDE_DIR
NAME kdu_kernels.h
PATHS /usgs/apps/kakadu/v7_9_1-01762L/managed/all_includes/ /isisData/kakadu/
PATHS /usgs/apps/kakadu/v7_9_1-01762L/managed/all_includes/ /isisData/kakadu/ /Users/ssides/oldmac/kakadu/v7_9_1-01762L/managed/all_includes/

)

Expand Down
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ requirements:
- cspice
- csm>=3.0.3,<3.0.4
- curl
- doxygen
- eigen<3.4
- embree
- ffmpeg
Expand Down

0 comments on commit 447603d

Please sign in to comment.