Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang committed Oct 22, 2019
1 parent 2d65c5a commit fb35c4b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ TOP = .
include $(TOP)/configure/CONFIG
DIRS := $(DIRS) configure
DIRS := $(DIRS) LambdaApp
DIRS := $(DIRS) lambdaSupport
#DIRS := $(DIRS) lambdaSupport

lambdaApp_DEPEND_DIRS += lambdaSupport
#lambdaApp_DEPEND_DIRS += lambdaSupport

ifeq ($(BUILD_IOCS), YES)
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard iocs))
Expand Down
24 changes: 24 additions & 0 deletions lambdaSupport/cmake.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/usr/bin/env perl

mkdir libfsdetcore-build
mkdir libfsdetcore-linux-x86_64

cd libfsdetcore-build

cmake -DCMAKE_INSTALL_PREFIX=../libfsdetcore-linux-x86_64 ../libfsdetcore
make
make install

cd ..

mkdir liblambda-build
mkdir liblambda-linux-x86_64

cd liblambda-build

cmake -DCMAKE_INSTALL_PREFIX=../liblambda-linux-x86_64 ../liblambda
make
make install

cd ..

2 changes: 1 addition & 1 deletion lambdaSupport/libfsdetcore
Submodule libfsdetcore updated from de00cb to c7f33c
2 changes: 1 addition & 1 deletion lambdaSupport/liblambda
Submodule liblambda updated from b238d6 to 637309

0 comments on commit fb35c4b

Please sign in to comment.