Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 22, 2020 20:51
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/c09c5ef4a8953c43a2c385d063aee43a to your computer and use it in GitHub Desktop.
Save r-ryantm/c09c5ef4a8953c43a2c385d063aee43a to your computer and use it in GitHub Desktop.
/nix/store/2h1z7xxd6h33fcblnpgp5kp7va8a61r5-blis-0.8.0
├── include
│   └── blis
│   ├── blis.h
│   └── cblas.h
├── lib
│   ├── libblas.so -> libblis.so.3.0.0
│   ├── libblas.so.3 -> libblis.so.3.0.0
│   ├── libblis.so -> libblis.so.3.0.0
│   ├── libblis.so.3 -> libblis.so.3.0.0
│   ├── libblis.so.3.0.0
│   ├── libcblas.so -> libblis.so.3.0.0
│   └── libcblas.so.3 -> libblis.so.3.0.0
└── share
└── blis
├── common.mk
├── config
│   └── x86_64
│   └── make_defs.mk
└── config.mk
7 directories, 12 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment