Skip to content

Commit 5b2f2b2

Browse files
authored
Merge pull request #6 from hansec/copilot/add-libxml2-fortran-interface
2 parents ccb0124 + 3b99ece commit 5b2f2b2

4 files changed

Lines changed: 925 additions & 1 deletion

File tree

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,10 @@
1818

1919
# Workflow products
2020
src/examples/TokaMaker/AdvancedWorkflows/IsofluxController/IODATA*
21-
src/examples/TokaMaker/AdvancedWorkflows/IsofluxController/__pycache__*
21+
src/examples/TokaMaker/AdvancedWorkflows/IsofluxController/__pycache__
22+
23+
# Build/environment artifacts
24+
/libs/
25+
/oft_venv/
26+
/compiler_id.txt
27+
/setup_env.sh

src/base/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
set( BASE_OBJS
22
oft_local_c.c
3+
oft_xml_c.c
34
oft_sort_c.cxx
45
spline.f
56
oft_local.F90
67
oft_base.F90
78
oft_sort.F90
89
oft_io.F90
910
oft_stitching.F90
11+
oft_xml.F90
1012
)
1113

1214
add_library( oftbase

0 commit comments

Comments
 (0)