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

Build custom libtar in conda #3223

Merged
merged 4 commits into from
Aug 5, 2021
Merged

Build custom libtar in conda #3223

merged 4 commits into from
Aug 5, 2021

Conversation

JanuszL
Copy link
Contributor

@JanuszL JanuszL commented Aug 5, 2021

  • build custom libtar to include the latest patches on top of
    1.2.20, including one fixing reading of empty archives

Signed-off-by: Janusz Lisiecki jlisiecki@nvidia.com

Description

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (Redesign of existing code that doesn't affect functionality)
  • Other (e.g. Documentation, Tests, Configuration)

What happened in this PR

  • build custom libtar to include the latest patches on top of 1.2.20, including one fixing reading of empty archives

Additional information

  • Affected modules and functionalities:
    • conda build
  • Key points relevant for the review:
    • NA

Checklist

Tests

  • Existing tests apply
  • New tests added
    • Python tests
    • GTests
    • Benchmark
    • Other
  • N/A

Documentation

  • Existing documentation applies
  • Documentation updated
    • Docstring
    • Doxygen
    • RST
    • Jupyter
    • Other
  • N/A

DALI team only

Requirements

  • Implements new requirements
  • Affects existing requirements
  • N/A

REQ IDs: N/A

JIRA TASK: N/A

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2701580]: BUILD STARTED

@klecki klecki self-assigned this Aug 5, 2021
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2701580]: BUILD FAILED

- build custom libtar to include the latest patches on top of
  1.2.20, including one fixing reading of empty archives

Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2701812]: BUILD STARTED

@@ -0,0 +1,52 @@
{% set name = "dali-libtar" %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add license? We have it in yml for ffmpeg

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or is this copied from conda?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about their license? Do we need any Acknowledgments?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added

Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
@@ -93,7 +93,6 @@ requirements:
- lmdb >=0.9.28
- libtiff >=4.3.0
- libsndfile >=1.0.31
- libtar >=1.2.20
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

libtar provides a static variant and we link with it so we don't need that in runtime.

Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2701812]: BUILD FAILED

Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2702190]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2702198]: BUILD STARTED

@awolant awolant self-assigned this Aug 5, 2021
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2702198]: BUILD PASSED

@JanuszL JanuszL merged commit 5b0a21c into NVIDIA:main Aug 5, 2021
@JanuszL JanuszL deleted the fix_libtar_conda branch August 5, 2021 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants