Skip to content

Commit

Permalink
neu: port to new build system
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickball authored and VincentVanlaer committed Dec 29, 2024
1 parent 5b045ef commit 3be80d1
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 262 deletions.
1 change: 0 additions & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ function do_input_data {
cd ..
}

do_one_parallel neu
do_one_parallel net

if [ ! -r data/ionization_data ]
Expand Down
2 changes: 1 addition & 1 deletion make/subdirs.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SUBDIRS := const utils math mtx auto_diff num interp_1d interp_2d chem eos forum colors rates gyre kap
SUBDIRS := const utils math mtx auto_diff num interp_1d interp_2d chem eos forum colors rates neu gyre kap
23 changes: 23 additions & 0 deletions neu/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
include ../make/defaults-module.mk

# Build

MODULE_NAME := neu
SRCS := public/neu_def.f90 \
public/neu_lib.f90 \
private/mod_neu.f90
SRCS_CHECK := test/src/test_neu.f90
INTERNAL_DEPENDS_ON := const utils math
EXTERNAL_DEPENDS_ON :=
BINTYPE := static-lib

# Testing

CHECK_RESULTS_GOLDEN := test/test_output

# Install

MODULES := neu_def.mod neu_lib.mod
INSTALL_INCLUDES :=

include $(MAKE_DIR)/Makefile
3 changes: 0 additions & 3 deletions neu/build_and_test

This file was deleted.

3 changes: 0 additions & 3 deletions neu/build_and_test_parallel

This file was deleted.

2 changes: 0 additions & 2 deletions neu/clean

This file was deleted.

2 changes: 0 additions & 2 deletions neu/export

This file was deleted.

1 change: 0 additions & 1 deletion neu/i1

This file was deleted.

1 change: 0 additions & 1 deletion neu/i1p

This file was deleted.

8 changes: 0 additions & 8 deletions neu/make/makefile

This file was deleted.

111 changes: 0 additions & 111 deletions neu/make/makefile_base

This file was deleted.

1 change: 0 additions & 1 deletion neu/mk

This file was deleted.

1 change: 0 additions & 1 deletion neu/test/ck

This file was deleted.

2 changes: 0 additions & 2 deletions neu/test/clean

This file was deleted.

4 changes: 0 additions & 4 deletions neu/test/cleanup

This file was deleted.

2 changes: 0 additions & 2 deletions neu/test/export

This file was deleted.

8 changes: 0 additions & 8 deletions neu/test/make/makefile

This file was deleted.

92 changes: 0 additions & 92 deletions neu/test/make/makefile_base

This file was deleted.

14 changes: 0 additions & 14 deletions neu/test/mk

This file was deleted.

1 change: 0 additions & 1 deletion neu/test/mkx

This file was deleted.

3 changes: 0 additions & 3 deletions neu/test/rn

This file was deleted.

1 change: 0 additions & 1 deletion touch
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ do_one atm
do_one binary
do_one ionization
do_one net
do_one neu
do_one sample
do_one star
do_one star_data
Expand Down

0 comments on commit 3be80d1

Please sign in to comment.