Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 962 Bytes

File metadata and controls

26 lines (15 loc) · 962 Bytes

PyTrilinos

This repository is a deprecated package from the Trilinos project and is no longer being supported. This package was last supported in the Trilinos version 16.2.0 release branch.

Please see: https://github.com/trilinos/Trilinos

How to add a deprecated package to an unsupported version of Trilinos

Although this package is unsupported in Trilinos versions greather than 16.2.0, if you want to use this deprecated package with a newer version of Trilinos, you can do the following:

  1. Clone the Trilinos repository
git clone https://github.com/trilinos/Trilinos.git
  1. Clone this deprecated package repository to the packages directory in Trilinos
cd Trilinos
git clone https://github.com/trilinos/PyTrilinos.git packages/PyTrilinos
  1. Proceed to configure, build, and use Trilinos with the deprecated package as previously known.