Skip to content

ComFreek/suitesparse-conan-pkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SuiteSparse Conan Package

This is a package for the C++ package manager Conan wrapping SuiteSparse, a suite of sparse matrix software.

This package uses the SuiteSparse + CMake edition called "suitesparse-metis-for-windows" provided by a third-party.

  • OS support: Windows only, currently, although the underlying CMake build architecture definitely supports *nix builds.
  • Compiler support: Microsoft Visual Studio only, although the underlying CMake build architecture again supports other compilers as well.

Issues and PRs, especially improving OS and compiler support, are greatly welcome!

How to use

  1. Copy conanfile.py into some empty directory on your PC.
  2. Run conan create . temp/libs from that directory.
  3. Add SuiteSparse/5.1.2@temp/libs to your project's conanfile.txt.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages