Commit df89856 1 parent f632798 commit df89856 Copy full SHA for df89856
File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ DEBUG = -v --fargs "-Ofast -DFORTHON -cpp" # -g #--fargs "-C=array" #--fargs "-C
3
3
SO = so
4
4
PUBLICHOME =
5
5
BUILDDIR = build
6
- DIRLIST = com aph api bbb flx grd svr wdf
6
+ DIRLIST = com aph api bbb flx grd svr wdf ncl
7
7
MYPYTHON = python3
8
8
FORTHON = Forthon3
9
9
BUILDBASE = -v --build-base $(BUILDDIR)
@@ -15,7 +15,7 @@ INSTALLARGS = --pkgbase uedge $(BUILDBASE)
15
15
# PETSC-UEDGE =
16
16
# PETSC-COM =
17
17
18
- all: mppl2f90 $(BUILDDIR)/compydep $(BUILDDIR)/grdpydep $(BUILDDIR)/flxpydep $(BUILDDIR)/bbbpydep $(BUILDDIR)/svrpydep $(BUILDDIR)/wdfpydep $(BUILDDIR)/aphpydep $(BUILDDIR)/apipydep
18
+ all: mppl2f90 $(BUILDDIR)/compydep $(BUILDDIR)/grdpydep $(BUILDDIR)/flxpydep $(BUILDDIR)/bbbpydep $(BUILDDIR)/svrpydep $(BUILDDIR)/wdfpydep $(BUILDDIR)/aphpydep $(BUILDDIR)/apipydep $(BUILDDIR)/nclpydep
19
19
rm -f uedgeC.so
20
20
21
21
mppl2f90:
@@ -53,6 +53,10 @@ $(BUILDDIR)/wdfpydep: wdf/wdf.F wdf/wdf.v
53
53
$(FORTHON) -a $(INSTALLARGS) -a $(FCOMP) $(DEBUG) --interfacefile wdf/wdf.v -f wdf/wdf.F wdf
54
54
touch $@
55
55
56
+ $(BUILDDIR)/nclpydep: ncl/ncl_driver.m ncl/ncl.v ncl/nclass_mod.f ncl/rarray_copy.f ncl/rarray_sum.f ncl/rarray_zero.f ncl/u_erf.f ncl/u_lu_backsub.f ncl/u_lu_decomp.f ncl/write_mod.f
57
+ $(FORTHON) -a $(INSTALLARGS) -a $(FCOMP) $(DEBUG) --interfacefile ncl/ncl.v -f ncl/ncl_driver.F ncl ncl/nclass_mod.f ncl/rarray_copy.f ncl/rarray_sum.f ncl/rarray_zero.f ncl/u_erf.f ncl/u_lu_backsub.f ncl/u_lu_decomp.f ncl/write_mod.f
58
+
59
+
56
60
public: all
57
61
publishpyuedge90.py $(PUBLICHOME)
58
62
You can’t perform that action at this time.
0 commit comments