forked from conan-io/conan-center-index
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix pcl recipe #2
Merged
planetmarshall
merged 3 commits into
planetmarshall:pcl
from
SpaceIm:fix/pcl-components-options-openmp
Mar 20, 2021
Merged
Fix pcl recipe #2
planetmarshall
merged 3 commits into
planetmarshall:pcl
from
SpaceIm:fix/pcl-components-options-openmp
Mar 20, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- add with_openmp, with_png and with_qhull options - openmp required specific linker flags for consumers - provide official targets - be sure to not use system libs - bumps dependencies - delete fPIC if shared - patch in build() instead of source() - force & check qhull reentrant options
4 tasks
planetmarshall
force-pushed
the
pcl
branch
2 times, most recently
from
March 20, 2021 11:26
014ddaf
to
e0d7968
Compare
planetmarshall
pushed a commit
that referenced
this pull request
Oct 25, 2021
* Initial support for wasmtime package * Fixed build package on Linux * Updates according the comments in review #0 * Update recipes/wasmtime/all/conanfile.py Update license type Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * Updates according the comments in review #1 * Updates according the comments in review #2 * Updates according the comments in review #3 * Updates according the comments in review conan-io#4 * Updates according the comments in review conan-io#5 * Next iteration of fixes * Fixed cmake variable C_STANDARD -> CMAKE_C_STANDARD * Added check on minimal version of conan * Used copytree instead of copy individual files * Fixed the build * Added checking for architechure in validate(...) * Updated receipt for new comments from @madebr * Fixed calling method tools.cross_building(...) * Update def package(self) according the comments in review * Updated versions of wasmtime * Updated forgot version ugrade * Fixed sha256sum for macos * Fixed SHA256 for Linux * Updated all SHA256 to proer values Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
planetmarshall
pushed a commit
that referenced
this pull request
Oct 25, 2021
* init commit * adding stuff from https://github.com/Chrismarsh/conan-gsl/blob/stable/2.x/conanfile.py * adding swp and swo files to gitignore. working on gsl * commit before test * gsl 2.7 , trying to get conanfile working * commit before restart * seems to work now? * pep8 compliant * adding license * remove share directory..hopefully thats not a game breaking type thing * no more conan center hook errors * reverting gitignore * adding version 2.6 in. (I make this change orthogonal to the conan-center-bot error) * Build on Linux Signed-off-by: Uilian Ries <uilianries@gmail.com> * Build on Windows Signed-off-by: Uilian Ries <uilianries@gmail.com> * adding lm flag to gsl autools flags due to use of math include * adding v2.6 to config yml for gsl * correcting include for printf in gsl test package * gsl: fix MSVC + mingw@Windows * working on changes from #2 * fixing mispelling * adding back in 2.6 version to config yml, maybe will remove if too much of a burden to get working. addressing hook warnining * addressing review feedback. still need 2 fix package constructon error for ppc darwin * removing HAVE_DARWIN_IEEE_INTERFACE def when apple os * Update recipes/gsl/all/test_package/conanfile.py Co-authored-by: SSE4 <tomskside@gmail.com> * Update recipes/gsl/all/conanfile.py Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com> * gsl - using settings_build function in build_requrements * gsl - fixing bug in windows shared renaming * Update recipes/gsl/all/conanfile.py Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com> Co-authored-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: Anonymous Maarten <anonymous.maarten@gmail.com> Co-authored-by: SSE4 <tomskside@gmail.com> Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
planetmarshall
pushed a commit
that referenced
this pull request
Sep 24, 2022
* [Catch2] adapt recipe for Conan v2 * fixes * fixes * fixes * fixes * fixes 4 * fixes 5 * fixes 6 * Update recipes/catch2/3.x.x/conanfile.py Co-authored-by: Uilian Ries <uilianries@gmail.com> * Update recipes/catch2/3.x.x/conanfile.py Co-authored-by: Uilian Ries <uilianries@gmail.com> * Update recipes/catch2/3.x.x/conanfile.py Co-authored-by: Uilian Ries <uilianries@gmail.com> * Update recipes/catch2/3.x.x/conanfile.py * fix patches * fix * fix * remove comments * Update recipes/catch2/3.x.x/conanfile.py Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * Update recipes/catch2/3.x.x/conanfile.py Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * test package changes * Move test package files (#2) * move gtest Signed-off-by: Uilian Ries <uilianries@gmail.com> * Delete test_all.sh * Use cmake targets * Do not use settings Signed-off-by: Uilian Ries <uilianries@gmail.com> Signed-off-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
github-actions bot
pushed a commit
that referenced
this pull request
Mar 4, 2024
* sqlcipher: Add 4.5.6 * sqlcipher: Add 4.5.6 * sqlcipher: Fix topic case and add missing endline * sqlcipher: Fix license for version >4.5.6 * do not enforce cmake in test package Signed-off-by: Uilian Ries <uilianries@gmail.com> * sqlcipher: relax license filename to copy Co-authored-by: Uilian Ries <uilianries@gmail.com> * sqlcipher: Add option to enable column metadata * sqlcipher: do not enforce cmake in test package #2 --------- Signed-off-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: Uilian Ries <uilianries@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Specify library name and version: lib/1.0
conan-center hook activated.