Skip to content
Permalink
Browse files

gr-gsm: update to c097ce73 (20180305).

  • Loading branch information
michaelld committed Mar 12, 2018
1 parent a7ea8ec commit 9cc12b0edb80b73c3fb027246d35093de8071411
@@ -4,11 +4,11 @@ PortSystem 1.0
PortGroup cmake 1.0
PortGroup github 1.0

github.setup ptrkrysik gr-gsm 398fd8b934345b0bf0422a20f02d9e241571a1c9
version 20180220
revision 1
checksums rmd160 233c7673db55decfa29e202272f9603d2608ff9b \
sha256 221113bc927de623d461ea9f0b016b25a324db8255b6727ee2d40159739a9980
github.setup ptrkrysik gr-gsm c097ce73c5a864cf4c41f16691a1e3a66c4cce5f
version 20180305
checksums rmd160 f6281a002790394f6e33f0153086b2b2fbdd9359 \
sha256 f34658090a4078eb2667dd2c8a2e0180a5e3c254c725833c485856b60206735f \
size 384919

# overload the github livecheck URL with the development branch,
# when it is more advanced; comment out for master.
@@ -53,6 +53,10 @@ patch.pre_args -p1

patchfiles-append patch-CMakeLists.txt.diff

# add Boost::thread linkage

patchfiles-append patch-add-boost-thread.diff

# do VPATH (out of source tree) build

cmake.out_of_source yes
@@ -2,7 +2,7 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
index 748f651..326cf64 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -233,8 +233,11 @@ add_subdirectory(docs)
@@ -251,8 +251,11 @@
########################################################################
# Install cmake search helper for this library
########################################################################
@@ -0,0 +1,13 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f3be11b..398d445 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -88,7 +88,7 @@ set(Boost_ADDITIONAL_VERSIONS
"1.60.0" "1.60" "1.61.0" "1.61" "1.62.0" "1.62" "1.63.0" "1.63" "1.64.0" "1.64"
"1.65.0" "1.65" "1.66.0" "1.66" "1.67.0" "1.67" "1.68.0" "1.68" "1.69.0" "1.69"
)
-find_package(Boost "1.35" COMPONENTS filesystem system)# thread)
+find_package(Boost "1.35" COMPONENTS filesystem system thread)

if(NOT Boost_FOUND)
message(FATAL_ERROR "Boost required to compile gr-gsm")

0 comments on commit 9cc12b0

Please sign in to comment.
You can’t perform that action at this time.