Replies: 2 comments 10 replies
-
If you've added openmp directives to the sources you should've modified the buildsystem too. |
Beta Was this translation helpful? Give feedback.
9 replies
-
Should I create an issue out of this discussion? I really need to find a way to make this work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I am building mpfr by doing
.\vcpkg.exe install mpfr:x64-windows-release
I am not using the original sources that were defined inside portfile.cmake, but rather one updated variant of mine which is packaged into the original tar.xz. (Some files are updated)
Here is the original portfile: https://github.com/microsoft/vcpkg/blob/master/ports/mpfr/portfile.cmake
On this updated code I have some openmp directives so I want to somehow force
To configure the build in order to use openmp and then build it using:
vcpkg_install_make()
I have tried to find a way to do it for hours, and ChatGPT is hallucinating like hell! Anyone has any ideas of how to make the build use the openmp directives?
Beta Was this translation helpful? Give feedback.
All reactions