Make platform available to LibraryDefinitionProducer
See original GitHub issueI’m looking at adding integration for tensorflow. There is a large native dependency, and while I can just depend on the all-platforms bundle, I would like to depend on only the current platform’s (or error if it’s not supported). Presumably the way to do this would be via a LibraryDefinitionProducer
, but as far as I can see there is no way to get the platform. Will there be issues if I use the current JVM’s methods (i.e. System.getProperty("os.name")
in my LibraryDefinitionProducer
)?
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Library hell - why are changes in a producer not reflected in ...
If the platform needs further libraries (producer of producer) they will be obtained from the direct producers. In our example: all the ...
Read more >Kafka Producer | Confluent Documentation
Confluent Platform includes the Java producer shipped with Apache Kafka®. This section gives a high-level overview of how the producer works and an ......
Read more >Record Producer - ServiceNow Docs
A record producer is a specific type of catalog item that allows end users to create task-based records, such as incident records, ...
Read more >OAPEN: Online Library and Publication Platform
We work with publishers to build a quality-controlled collection of open access books and provide services for publishers, libraries, and research funders ...
Read more >Glossary of Digital Library Terms
A document signed by both the producer and Digital Preservation Repository staff that describes an inventory and records the negotiated data ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry for delay, I have been vacationing 🌴
%use
magic in your library init code. For JSON descriptor: { “init”: [“%use someOtherLib”] } For new-way integration:I’m closing this issue because solution exists and it’s hard to invent something better