Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 26, 2020 13:05
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/b2094c74ea0f899e42de88ea7baa1e2b to your computer and use it in GitHub Desktop.
Save r-ryantm/b2094c74ea0f899e42de88ea7baa1e2b to your computer and use it in GitHub Desktop.
/nix/store/39675qq360bf61g0kmssj3bg4jh8a4rd-nlopt-2.7.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.11.0
│   ├── libnlopt.so.0.11.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