Skip to content

Commit 8636938

Browse files
committed
update Manifest.m to make non-pip builds possible
1 parent 842f28f commit 8636938

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

MANIFEST.in

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
graft gitmodules/partmc/src
2+
graft gitmodules/camp/src
3+
graft gitmodules/json-fortran/src
4+
graft gitmodules/SuiteSparse/KLU/Source
5+
graft gitmodules/SuiteSparse/KLU/Include
6+
graft gitmodules/SuiteSparse/COLAMD/Source
7+
graft gitmodules/SuiteSparse/COLAMD/Include
8+
graft gitmodules/SuiteSparse/AMD/Source
9+
graft gitmodules/SuiteSparse/AMD/Include
10+
graft gitmodules/SuiteSparse/BTF/Source
11+
graft gitmodules/SuiteSparse/BTF/Include
212
graft gitmodules/sundials/src/sunnonlinsol/newton
313
graft gitmodules/sundials/src/sunnonlinsol/fixedpoint
414
graft gitmodules/sundials/src/nvector/serial
515
graft gitmodules/sundials/src/sunlinsol/band
616
graft gitmodules/sundials/src/sunlinsol/dense
17+
graft gitmodules/sundials/src/sunlinsol/klu
718
graft gitmodules/sundials/src/cvode
819
graft gitmodules/sundials/src/sundials
920
graft gitmodules/sundials/include/cvode
@@ -12,6 +23,8 @@ graft gitmodules/sundials/include/sunnonlinsol
1223
graft gitmodules/sundials/include/sunmatrix
1324
graft gitmodules/sundials/include/sunlinsol
1425
graft gitmodules/sundials/include/nvector
26+
include gitmodules/SuiteSparse/SuiteSparse_config/SuiteSparse_config.c
27+
include gitmodules/SuiteSparse/SuiteSparse_config/SuiteSparse_config.h
1528
include gitmodules/sundials/cmake/SundialsSetupConfig.cmake
1629
include gitmodules/sundials/cmake/SundialsSetupCompilers.cmake
1730
include gitmodules/sundials/cmake/SundialsIndexSize.cmake
@@ -20,8 +33,6 @@ include gitmodules/sundials/src/sunmatrix/band/CMakeLists.txt
2033
include gitmodules/sundials/src/sunmatrix/dense/CMakeLists.txt
2134
include gitmodules/sundials/src/sunmatrix/sparse/CMakeLists.txt
2235
include gitmodules/sundials/src/sunlinsol/CMakeLists.txt
23-
include gitmodules/sundials/src/sunlinsol/band/CMakeLists.txt
24-
include gitmodules/sundials/src/sunlinsol/dense/CMakeLists.txt
2536
include gitmodules/sundials/src/sunlinsol/pcg/CMakeLists.txt
2637
include gitmodules/sundials/src/sunlinsol/spbcgs/CMakeLists.txt
2738
include gitmodules/sundials/src/sunlinsol/spfgmr/CMakeLists.txt

0 commit comments

Comments
 (0)