Skip to content
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

Add liblas and pymcc_lidar #9923

Closed
wants to merge 68 commits into from
Closed

Add liblas and pymcc_lidar #9923

wants to merge 68 commits into from

Conversation

rmsare
Copy link
Contributor

@rmsare rmsare commented Oct 20, 2019

Checklist

  • License file is packaged (see here for an example)
  • Source is from official source
  • Package does not vend other packages
  • Build number is 0
  • A tarball (url) rather than a repo (e.g. git_url) is used in your recipe (see here for more details)
  • GitHub users listed in the maintainer section have posted a comment confirming they are willing to be listed there

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/pymccrgb) and found it was in an excellent condition.

@rmsare
Copy link
Contributor Author

rmsare commented Oct 20, 2019

This package is developed for Linux/OS X, so Windows CI builds will probably fail.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipes/pymccrgb) and found some lint.

Here's what I've got...

For recipes/pymccrgb:

  • Selectors are suggested to take a <two spaces>#<one space>[<expression>] form. See lines [20]
  • requirements: build: liblas[channel=auto] must contain a space between the name and the pin, i.e. liblas[channel =auto]

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipes/pymccrgb) and found some lint.

Here's what I've got...

For recipes/pymccrgb:

  • Selectors are suggested to take a <two spaces>#<one space>[<expression>] form. See lines [20]

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipes/pymccrgb) and found some lint.

Here's what I've got...

For recipes/pymccrgb:

  • requirements: build: liblas[channel=auto] must contain a space between the name and the pin, i.e. liblas[channel =auto]

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipes/pymccrgb) and found some lint.

Here's what I've got...

For recipes/pymccrgb:

  • The top level meta keys are in an unexpected order. Expecting ['package', 'source', 'build', 'requirements', 'test', 'about', 'extra'].
  • The recipe could do with some maintainers listed in the extra/recipe-maintainers section.
  • The extra section contained an unexpected subsection name. channels is not a valid subsection name.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/pymccrgb) and found it was in an excellent condition.

@rmsare
Copy link
Contributor Author

rmsare commented Oct 21, 2019

This package depends on LibLAS, which is only available from the auto channel and so can't be used with conda build. It's a C++ dependency of some Cython code used by this package.

I may try to repackage liblas in conda-forge, which seems to be the only solution unless conda/conda-build#532 is resolved.

Would this be the recommended way to fix this build @conda-forge/help-python?

@isuruf
Copy link
Member

isuruf commented Oct 21, 2019

@conda-forge, we only use packages from defaults and conda-forge. You should add liblas as a conda package to conda-forge.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/liblas, recipes/pymccrgb) and found it was in an excellent condition.

@rmsare
Copy link
Contributor Author

rmsare commented Oct 21, 2019

@isuruf I've created a LibLAS recipe for conda-forge.

Can I add it in this PR? Or should I close this and add it in a separate PR, then resubmit?

@isuruf
Copy link
Member

isuruf commented Oct 21, 2019

You can add it to this PR.

@rmsare
Copy link
Contributor Author

rmsare commented Oct 26, 2019

The liblas and pymcc_lidar recipes pass, but there are a lot of unsatisfiable dependencies for the main recipe. I'm not sure why this is, as the only new dependencies are pdal/scipy related.

@isuruf Do you have any idea why this is happening, and what might be a good fix?

@rmsare
Copy link
Contributor Author

rmsare commented Oct 26, 2019

@gehilley You're listed as a maintainer for pymcc_lidar package. Could you comment here to confirm this?

@hobu I've listed you as a maintainer in the liblas recipe. Could you comment here to confirm this?

@gehilley
Copy link

gehilley commented Oct 26, 2019 via email

@hobu
Copy link
Contributor

hobu commented Oct 26, 2019 via email

@rmsare
Copy link
Contributor Author

rmsare commented Oct 31, 2019

@isuruf Do you have any thoughts on the CI failure here?

The libLAS and pymcc_lidar recipes pass, but a large number of unsatisfiable dependencies arise with pymccrgb.

I have tried pinning one of the problematic dependencies (numpy) which did not help. I also removed fiona, which does require GDAL < 3.0.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/liblas, recipes/pymcc_lidar) and found it was in an excellent condition.

@rmsare rmsare changed the title Add pymccrgb Add liblas and pymcc_lidar Nov 14, 2019
@rmsare
Copy link
Contributor Author

rmsare commented Nov 14, 2019

I am going to handle the pymccrgb recipe in a separate PR after I fix it locally.

Sorry for my delay with this, but I've removed the failing recipe. This PR will only add the two other packages which pass CI.

@rmsare
Copy link
Contributor Author

rmsare commented Dec 12, 2019

@isuruf I think these recipes are good to go. Do you think this could be merged? Thanks.

@stale
Copy link

stale bot commented May 10, 2020

Hi friend!

We really, really, really appreciate that you have taken the time to make a PR on conda-forge/staged-recipes! conda-forge only exists because people like you donate their time to build and maintain conda recipes for use by the community.

In an effort to maintain this repository and increase the signal-to-noise for open PRs, the maintainers of staged-recipes close excessively old PRs after six months. This PR will remain open for another month, and then will be closed.

If you'd like to keep it open, please comment/push and we will be happy to oblige! Note that very old PRs will likely need to be rebased on master so that they can be rebuilt with the most recent CI scripts. If you have any trouble, or we missed reviewing this PR in the first place (sorry!), feel free to ping the team using a special command in a comment on the PR to get the attention of the staged-recipes team.

Cheers and thank you for contributing to this community effort!

@stale stale bot added the stale will be closed in 30 days label May 10, 2020
@hobu
Copy link
Contributor

hobu commented May 10, 2020

This is ready to merge. There is also a libLAS release in the works that will catch up a number of maintenance and bug issues that have accumulated over the last 4 years.

@stale stale bot removed the stale will be closed in 30 days label May 10, 2020
@stale
Copy link

stale bot commented Oct 7, 2020

Hi friend!

We really, really, really appreciate that you have taken the time to make a PR on conda-forge/staged-recipes! conda-forge only exists because people like you donate their time to build and maintain conda recipes for use by the community.

In an effort to maintain this repository and increase the signal-to-noise for open PRs, the maintainers of staged-recipes close excessively old PRs after six months. This PR will remain open for another month, and then will be closed.

If you'd like to keep it open, please comment/push and we will be happy to oblige! Note that very old PRs will likely need to be rebased on master so that they can be rebuilt with the most recent CI scripts. If you have any trouble, or we missed reviewing this PR in the first place (sorry!), feel free to ping the team using a special command in a comment on the PR to get the attention of the staged-recipes team.

Cheers and thank you for contributing to this community effort!

@stale stale bot added the stale will be closed in 30 days label Oct 7, 2020
@stale
Copy link

stale bot commented Nov 7, 2020

Hi again! About a month ago, we commented on this PR saying it would be closed in another month if it was still inactive. It has been a month and so now it is being closed. Thank you so much for making it in the first place and contributing to the community project that is conda-forge. If you'd like to reopen this PR, please feel free to do so at any time!

Cheers and have a great day!

@stale stale bot closed this Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale will be closed in 30 days
Development

Successfully merging this pull request may close these issues.

5 participants