Skip to content

Commit

Permalink
remove unneeded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hana Dusíková committed Apr 30, 2019
1 parent 73d6581 commit 04db9f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,6 @@ matrix:
- os: osx
osx_image: xcode10

before_install:
- |
if [[ (-x $(which brew)) ]]; then
brew update
brew install boost || brew upgrade boost
brew install pcre2 || brew upgrade pcre2
brew install re2 || brew upgrade re2
else
sudo add-apt-repository -y ppa:sergey-dryabzhinsky/packages
sudo apt-get update -qq
sudo apt-get install -qq libpcre2-dev libre2-dev libboost-all-dev
fi
install:
- if [[ "${COMPILER}" != "" ]]; then export CXX=${COMPILER}; fi
- uname -a
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DESATOMAT := /www/root/desatomat/console/desatomat.php
CPP_STANDARD := $(shell ./cpp-20-check.sh $(CXX))

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

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

0 comments on commit 04db9f9

Please sign in to comment.