Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/4442294f6f40ecc6bd2db5f3a4a493cf to your computer and use it in GitHub Desktop.
Save r-ryantm/4442294f6f40ecc6bd2db5f3a4a493cf to your computer and use it in GitHub Desktop.
/nix/store/493rvfxl0rmsj63c31638fn1qsbalj8j-nlopt-2.6.2
├── include
│   ├── nlopt.f
│   ├── nlopt.h
│   └── nlopt.hpp
├── lib
│   ├── cmake
│   │   └── nlopt
│   │   ├── NLoptConfig.cmake
│   │   ├── NLoptConfigVersion.cmake
│   │   ├── NLoptLibraryDepends.cmake
│   │   └── NLoptLibraryDepends-release.cmake
│   ├── libnlopt.so -> libnlopt.so.0
│   ├── libnlopt.so.0 -> libnlopt.so.0.10.0
│   ├── libnlopt.so.0.10.0
│   └── pkgconfig
│   └── nlopt.pc
└── share
└── man
└── man3
├── nlopt.3.gz
├── nlopt_minimize.3.gz
└── nlopt_minimize_constrained.3.gz
8 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment