Giter Site home page Giter Site logo

nlopt's People

Contributors

jkominek avatar kengruven avatar rxg avatar samth avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

samth rxg kengruven

nlopt's Issues

Use github actions to automatically run tests

The main racket package build system doesn't have nlopt, so we're not usefully tested by it. We should take advantage of github actions to run tests. Bonus points if we can get the actions to run automatically on a weekly basis against whatever the latest version of Racket is, so we can pick up incompatibilities.

There's plenty of material on GH actions out there, but one of my other projects has a fairly minimal workflow that is what I'd start from if I get around to it for this project. ( https://github.com/jkominek/fdbfs/blob/master/.github/workflows/cpp.yml )

system error: /usr/lib/libnlopt.so: undefined symbol: nlopt_versionnlopt_

When I try to require the package, I get the following error:

> (require nlopt)
; ffi-obj: could not find export from foreign library
;   name: nlopt_versionnlopt_
;   library: libnlopt.so
;   system error: /usr/lib/libnlopt.so: undefined symbol: nlopt_versionnlopt_
; [,bt for context]

This seems to be a problem with convert-name, where replacing #rx"(.*)$" with "nlopt_\\1" is adding the intended prefix to both ends of the name.

OS: Linux (uname -a: Linux elyundite 5.10.79-1-MANJARO #1 SMP PREEMPT Fri Nov 12 20:26:09 UTC 2021 x86_64 GNU/Linux)

Racket version: 8.3 (CS)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.