Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 15, 2019 12:31
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 ryantm/d684d54d8e6e60be361e125703573ab8 to your computer and use it in GitHub Desktop.
Save ryantm/d684d54d8e6e60be361e125703573ab8 to your computer and use it in GitHub Desktop.
/nix/store/9w0x428fkk05biyzh4y9xpyp1dgk7k4j-nlopt-2.6.0
├── 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.9.0
│   ├── libnlopt.so.0.9.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