It looks like this is what the docs have to say wrt making tests pass: ``` Distribute Native Libraries
Another option is to build a 64-bit Linux version of the library, distribute it as a package, and make the package a platform-specific dependency of your package for the "x86_64-linux-natipkg" platform. This option is in many ways the best one for users and for testing—especially if Windows and Mac OS native-library packages are also provided—but it’s more work. ``` This isn't enough though, we need to know what distro to target. Even in situations where I would love to bundle native packages, these can have a large amount of dependencies that are specific to individual distros. ~Leif Andersen On Wed, Jul 12, 2017 at 4:48 PM, Matthew Flatt <[email protected]> wrote: > At 12 Jul 2017 16:43:48 -0400, "'John Clements' via Racket Developers" wrote: >> I have a bunch of packages that fail because they depend on external >> libraries, viz: GLPK, which depends on the glpk library. It’s listed >> as having failing tests, because (not surprisingly) it won’t run >> without the library installed. Do we have a story, here, or should I >> just leave these the way they are? Forgive me if I’ve missed relevant >> discussion. > > For the current options, see "Dealing with Test Failures" and "Working > with Native Libraries" at > > https://pkg-build.racket-lang.org/about.html > > which is the page that you get from "About" -> "Package Builds" at > pkgs.racket-lang.org. > > -- > You received this message because you are subscribed to the Google Groups > "Racket Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-dev/59668b21.d995620a.8b570.95a4SMTPIN_ADDED_MISSING%40gmr-mx.google.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/CAAVaeEAW0eykn%3D5Om_v8VKKrBp6%2BuQ5uMtR9Vxf1csNYMVAEQQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
