Commit Graph

9 Commits

Author SHA1 Message Date
gerard-ryan-immersaview
6db51d86a9
[vcpkg_replace_string] warn unchanged by call (#34719)
If a call to `vcpkg_replace_string` makes no changes i.e doesn't
effectively replace a string, A warning is logged.

This should also help identify ports that no longer need these calls to
fix things in `.pc` files etc.
2024-06-19 14:07:05 -07:00
Cheney Wang
d517ee7c71
[intel-mkl] Fix cmake usage issue (#33460) 2023-08-31 13:34:33 -07:00
Alexander Neumann
7de72f8f83
[intel-mkl] Fix space in -I flag (#32222)
* [intel-mkl] fix space in -I flag

* v db
2023-06-26 20:27:30 -07:00
Kai Pastor
ed8fb07a8b
[intel-mkl] Overhaul, install osx (#30483)
* [intel-mkl] Install osx

* Do less work for --only-downloads

* Try harder to ensure DMG unmount

* Adjust port warning

* Always install usage

* Fix log names

* Merge copyright

* Revise pc file handling

* Cleanup

* More uniform staging and variables

* Update messages

* Update versions

* Typo

* More cleanup

* Do nothing for unsupported targets

The old code was already broken.

* Fix and simplify copy-from-dmg

* Change extract_0_dir

* Mount to tmp dir
2023-05-11 12:39:22 -07:00
Alexander Neumann
0526b9cb22
[intel-mkl] install mkl instead of requesting the user to install it (#29437)
* [intel-mkl] install mkl instead of requesting the user to install it

* windows and linux stuff

* add openmp stuff

* fix mixing basepath2

* remove x64 windows

* add openmp -> libiomp rename

* retry linux

* portfile adjustment

* adjust stuff for arrayfire

* fix linkage

* update baseline

* add a warning message

* format manifest

* bump port version

* v db

* - install usage
- change interface to ilp64 (default for x64)
- remove debug output

* v db

* cleanup ci baseline

* new try for arrayfire

* retry

* actually pass the option.

* v db

* guard settings with cpu feature

* v db

* cleanup from CR

* v db
2023-03-20 01:27:15 -07:00
NancyLi1013
eba4f2ca58
[intel-mkl] Update description field (#19461)
* [intel-mkl] Update description field

* Update version files

* Update ports/intel-mkl/vcpkg.json

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update versions/i-/intel-mkl.json

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-08-11 17:19:54 -07:00
pradeep
1ecfc2b3a9
[intel-mkl] Lookup oneapi installation for mkl headers (#19296)
* [intel-mkl] Lookup oneapi installation for mkl headers

* [intel-mkl] Increment port version for oneMKL related change

* [intel-mkl] Update version
2021-08-02 16:30:57 -07:00
JonLiu1993
2906878462
[intel-mkl] Update to 2020 (#12978) 2020-08-19 19:29:14 -07:00
Jacob Zhong
ea2e5d7b00 [mkl] Add port MKL (#2806) 2018-02-16 21:17:07 -08:00