Skip to content

Commit 04db9f9

Browse files
author
Hana Dusíková
committed
remove unneeded dependencies
1 parent 73d6581 commit 04db9f9

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.travis.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,6 @@ matrix:
3939
- os: osx
4040
osx_image: xcode10
4141

42-
before_install:
43-
- |
44-
if [[ (-x $(which brew)) ]]; then
45-
brew update
46-
brew install boost || brew upgrade boost
47-
brew install pcre2 || brew upgrade pcre2
48-
brew install re2 || brew upgrade re2
49-
else
50-
sudo add-apt-repository -y ppa:sergey-dryabzhinsky/packages
51-
sudo apt-get update -qq
52-
sudo apt-get install -qq libpcre2-dev libre2-dev libboost-all-dev
53-
fi
54-
5542
install:
5643
- if [[ "${COMPILER}" != "" ]]; then export CXX=${COMPILER}; fi
5744
- uname -a

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DESATOMAT := /www/root/desatomat/console/desatomat.php
1010
CPP_STANDARD := $(shell ./cpp-20-check.sh $(CXX))
1111

1212
override CXXFLAGS := $(CXXFLAGS) $(CPP_STANDARD) -Iinclude -O3 -pedantic -Wall -Wextra
13-
LDFLAGS := -lre2 -lboost_regex -lpcre2-8
13+
LDFLAGS :=
1414

1515
TESTS := $(wildcard tests/*.cpp) $(wildcard tests/benchmark/*.cpp)
1616
TRUE_TARGETS := $(TARGETS:%.cpp=%)

0 commit comments

Comments
 (0)