Skip to content

Commit

Permalink
uhd-devel: update to 20190524-f83faf28
Browse files Browse the repository at this point in the history
Add temporary patch to fix working with various Boost versions, including 1.70.0.
  • Loading branch information
michaelld committed Jun 29, 2019
1 parent ac46e72 commit cd5d6a1
Show file tree
Hide file tree
Showing 2 changed files with 378 additions and 6 deletions.
17 changes: 11 additions & 6 deletions science/uhd/Portfile
Expand Up @@ -91,11 +91,11 @@ subport uhd-devel {
long_description ${description}: \
Provides the UHD GIT maint or master branch, depending on which is more advanced, and is typically updated every few days to week.

github.setup EttusResearch uhd e0e61a5a5eb2442c14f11298c358d8492c037a68
version 20190507-[string range ${github.version} 0 7]
checksums rmd160 8efac5262af041faad2e4bbabaad56ed0061b278 \
sha256 3954ddafeabfae9e5aecc25e16a0efe55fcc1909806d6b6995e14266d3a050fa \
size 13013685
github.setup EttusResearch uhd f83faf28b3424ba60c3bdc40d408011c9c619c8a
version 20190524-[string range ${github.version} 0 7]
checksums rmd160 7e68e26e57e4cfbbbb819bfd056fb0407beddd36 \
sha256 e73c860b49e2365a12a71a6e072f19e8b8d86761b1f814561cb2e81c1b8073d9 \
size 13008034
revision 0

conflicts uhd uhd-39lts
Expand All @@ -104,10 +104,15 @@ Provides the UHD GIT maint or master branch, depending on which is more advanced

set UHD_VERSION_INFO "git-[string range ${github.version} 0 7](${version})"

# temporary patch to fix working with various Boost versions,
# including 1.70.0

patchfiles-append patch-fix-Boost_1.70.0_find.devel.diff
patch.pre_args -p1

# temporary patch to disable Boost DIRS before internal DIRS

patchfiles-append patch-host_CMakeLists.txt.devel.diff
patch.pre_args -p1

# set the variable UHD_VERSION_DEVEL to TRUE, no matter its current setting
post-patch {
Expand Down

0 comments on commit cd5d6a1

Please sign in to comment.