https://github.com/sgerrand/alpine-pkg-nlopt
A NLopt package for Alpine Linux
https://github.com/sgerrand/alpine-pkg-nlopt
Last synced: 3 months ago
JSON representation
A NLopt package for Alpine Linux
- Host: GitHub
- URL: https://github.com/sgerrand/alpine-pkg-nlopt
- Owner: sgerrand
- Created: 2016-06-06T12:20:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T14:10:34.000Z (almost 9 years ago)
- Last Synced: 2024-12-29T15:44:59.607Z (5 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpine-pkg-nlopt
[](https://circleci.com/gh/sgerrand/alpine-pkg-nlopt)
This is the [nlopt][nlopt] utility script as an Alpine Linux package.
## Releases
See the [releases page][releases] for the latest download links.
## Installing
The current installation method for these packages is to pull them in using
`wget` or `curl` and install the local file with the `--allow-untrusted` option
to `apk`:```
apk --no-cache add ca-certificates
wget https://github.com/sgerrand/alpine-pkg-nlopt/releases/download/2.4.2-r0/nlopt-2.4.2-r0.apk
apk --allow-untrusted add nlopt-2.4.2-r0.apk
```[nlopt]: http://ab-initio.mit.edu/wiki/index.php/NLopt
[releases]: https://github.com/sgerrand/alpine-pkg-nlopt/releases/