Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155424 | Differences between
and this patch

Collapse All | Expand All

(-)netgen.orig/libsrc/interface/Makefile (-1 / +2 lines)
Lines 1-5 Link Here
1
#src = nginterface.cpp writeuser.cpp writediffpack.cpp writeabaqus.cpp writefluent.cpp writepermas.cpp writetochnog.cpp writetecplot.cpp wuchemnitz.cpp writetochnog.cpp writefeap.cpp writeelmer.cpp  writegmsh.cpp writejcm.cpp readuser.cpp importsolution.cpp
1
#src = nginterface.cpp writeuser.cpp writediffpack.cpp writeabaqus.cpp writefluent.cpp writepermas.cpp writetochnog.cpp writetecplot.cpp wuchemnitz.cpp writetochnog.cpp writefeap.cpp writeelmer.cpp  writegmsh.cpp writejcm.cpp readuser.cpp importsolution.cpp
2
src = writeuser.cpp writediffpack.cpp writeabaqus.cpp writefluent.cpp writepermas.cpp writetochnog.cpp writetecplot.cpp wuchemnitz.cpp writetochnog.cpp writefeap.cpp writeelmer.cpp  writegmsh.cpp writejcm.cpp readuser.cpp nglib.cpp ngnewdelete.cpp
2
#src = writeuser.cpp writediffpack.cpp writeabaqus.cpp writefluent.cpp writepermas.cpp writetochnog.cpp writetecplot.cpp wuchemnitz.cpp writetochnog.cpp writefeap.cpp writeelmer.cpp  writegmsh.cpp writejcm.cpp readuser.cpp nglib.cpp ngnewdelete.cpp
3
src = nginterface.cpp writeuser.cpp writediffpack.cpp writeabaqus.cpp writefluent.cpp writepermas.cpp writetochnog.cpp writetecplot.cpp wuchemnitz.cpp writetochnog.cpp writefeap.cpp writeelmer.cpp  writegmsh.cpp writejcm.cpp readuser.cpp nglib.cpp ngnewdelete.cpp importsolution.cpp
3
#
4
#
4
lib = nginterface
5
lib = nginterface
5
libpath = libsrc/interface
6
libpath = libsrc/interface
(-)netgen.orig/libsrc/makefile.inc (-3 / +3 lines)
Lines 8-16 Link Here
8
LIBSRC_DIR=$(CPP_DIR)/libsrc
8
LIBSRC_DIR=$(CPP_DIR)/libsrc
9
LIB_DIR=$(CPP_DIR)/lib/$(MACHINE)
9
LIB_DIR=$(CPP_DIR)/lib/$(MACHINE)
10
10
11
OCC_DIR=$(CASROOT)
11
#OCC_DIR=$(CASROOT)
12
OCCINC_DIR=$(OCC_DIR)/inc
12
#OCCINC_DIR=$(OCC_DIR)/inc
13
OCCLIB_DIR=$(OCC_DIR)/Linux/lib
13
#OCCLIB_DIR=$(OCC_DIR)/Linux/lib
14
#
14
#
15
include $(LIBSRC_DIR)/makefile.mach.$(MACHINE)
15
include $(LIBSRC_DIR)/makefile.mach.$(MACHINE)
16
#
16
#

Return to bug 155424