Here are the general steps to use when adding an LAPACK routine to ATLAS:
- Create and debug tester using LAPACK
- Update extractors
- Update Makefiles
- Write and test ATLAS internal routines using above tester
- Update extractors
- Update Makefiles
- Update atlas_clapack.h to include your new routines
- Create C and F77 interfaces to your routine
- Update extractors
- Update Makefiles
- Update clapack.h
- Update the LAPACK quick reference guides.
Clint Whaley
2012-07-10