Skip to content

Commit 5b1a9c7

Browse files
committed
[Meson] Compile cdimscj.F90 and csj.F90
1 parent 757c4f3 commit 5b1a9c7

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ subdir('src/tools')
113113
subdir('src/test')
114114
# subdir('src/tron') # needs dnrm2_, dgpnrm2_
115115
# subdir('src/uncmin') # needs optif9_
116+
# subdir('src/uno') # needs libuno
116117
# subdir('src/vf13') # needs vf13ad_
117118
# subdir('src/worhp') # needs worhp.h
118119

src/tools/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ libcutest_src += files('ccf.F90',
1414
'cdimchp.F90',
1515
'cdimen.F90',
1616
'cdimohp.F90',
17+
'cdimscj.F90',
1718
'cdimse.F90',
1819
'cdimsg.F90',
1920
'cdimsh.F90',
@@ -54,6 +55,7 @@ libcutest_src += files('ccf.F90',
5455
'cshj.F90',
5556
'cshp.F90',
5657
'cshprod.F90',
58+
'csj.F90',
5759
'csjp.F90',
5860
'csjprod.F90',
5961
'cstats.F90',

0 commit comments

Comments
 (0)