Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 11, 2020 12:01
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/52f7c226b13a2e142649b6074ce159ca to your computer and use it in GitHub Desktop.
Save r-ryantm/52f7c226b13a2e142649b6074ce159ca to your computer and use it in GitHub Desktop.
/nix/store/3dwlhyfh2mn70vk9hvh7nlj2dvipk9s9-openblas-0.3.8
├── bin
├── include
│   ├── cblas.h
│   ├── f77blas.h
│   ├── lapacke_config.h
│   ├── lapacke.h
│   ├── lapacke_mangling.h
│   ├── lapacke_utils.h
│   ├── lapack.h
│   └── openblas_config.h
└── lib
├── cmake
│   └── openblas
│   ├── OpenBLASConfig.cmake
│   └── OpenBLASConfigVersion.cmake
├── libopenblasp-r0.3.8.so
├── libopenblas.so -> libopenblasp-r0.3.8.so
├── libopenblas.so.0 -> libopenblasp-r0.3.8.so
└── pkgconfig
├── blas.pc
├── cblas.pc
├── lapack.pc
└── openblas.pc
6 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment