Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions 06osdeps_from_source.autobuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,3 @@ in_flavor 'master', 'next', 'stable' do
remove_from_default 'external/opencv'
end

only_in_flavor 'master', 'next' do
setup_package 'external/opencv' do |pkg|
pkg.importer.relocate "http://downloads.sourceforge.net/project/opencvlibrary/opencv-unix/2.4.5/opencv-2.4.5.tar.gz"
end
end

6 changes: 2 additions & 4 deletions source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,9 @@ version_control:
type: archive
url: http://www.sintef.no/upload/IKT/9011/geometri/sisl/sisl-4.5.0.tar.gz
update_cached_file: false

- external/opencv:
type: archive
url: http://downloads.sourceforge.net/project/opencvlibrary/opencv-unix/2.3/OpenCV-2.3.0.tar.bz2
update_cached_file: false
github: Itseez/opencv.git
branch: 2.4

- bundles/.*:
github: rock-core/bundles-$PACKAGE_BASENAME.git
Expand Down