Neuroglycerin / neukrill-net-tools

Tools coded as part of the NDSB competition.
MIT License
0 stars 0 forks source link

Install OpenCV on DICE #81

Closed scottclowe closed 9 years ago

scottclowe commented 9 years ago
CMake Error at CMakeLists.txt:16 (cmake_minimum_required):
  CMake 2.8.7 or higher is required.  You are running version 2.8.6

I will ask support if they can upgrade cmake.

scottclowe commented 9 years ago

I emailed support.

gngdb commented 9 years ago

Urgent flag?

On 23 February 2015 at 14:59, scottclowe notifications@github.com wrote:

I emailed support.

— Reply to this email directly or view it on GitHub https://github.com/Neuroglycerin/neukrill-net-tools/issues/81#issuecomment-75556393 .

scottclowe commented 9 years ago
Hi Scott,

Thought I'd be able to install this on your machine myself as according to
http://pkgsearch.inf.ed.ac.uk/cgi-bin/pkgsearch?keywords=cmake&rpmname=&group=&archs=noarch&archs=x86_64&includeALL=&platform=x86_64
2.8.12.2 package is available, however I just get

Package cmake-2.8.6-1.f17.inf.x86_64 already installed and latest version
Nothing to do

So I'm afraid I need to pass your ticket over into Software Requested queue,
sorry.

Jennifer
scottclowe commented 9 years ago

We were using OpenCV 3.0beta because it supports Python3, whereas OpenCV 2 does not. However, we are swapping to using Python2 now, so we are migrating to OpenCV 2.4.9 (stable), and this uses an older version of cmake, so we can install it on DICE.

dnstanciu commented 9 years ago

Update: We are using OpenCV 2.4.10.1 (see repo readme for instructions)

scottclowe commented 9 years ago

Still not installing on DICE. make is not putting a cv2.so anywhere, so there are no python wrappers.