vcpkg/ports/openturns/usage
Alexander Neumann d289dea7d8
[OpenTURNS] add new port (#29336)
* [openturns] add port

* v db

* fix missing boost dep.

* fix static stuff and others.

* v db

* reorder mpc and mpfr for linux

* v db

* add openturns:x64-osx=fail to ci baseline because vm uses old bison.

* move baseline fail above comment

* Add ci.baseline.txt note describing why it doesn't work.

* Add usage text.

* fix version

* v db

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-08 13:49:11 -08:00

5 lines
122 B
Plaintext

openturns provides CMake targets:
find_package(OpenTURNS CONFIG REQUIRED)
target_link_libraries(main PRIVATE OT)