HyPhy message board
http://www.hyphy.org/cgi-bin/hyphy_forums/YaBB.pl
HYPHY Package >> HyPhy feedback >> Installation problems
http://www.hyphy.org/cgi-bin/hyphy_forums/YaBB.pl?num=1380230028

Message started by Tessa on Sep 26th, 2013 at 2:13pm

Title: Installation problems
Post by Tessa on Sep 26th, 2013 at 2:13pm
I am attempting to install the command line version of hyphy on a mac running 10.8.2. I have downloaded Xcode and cMake from Homebrew.  When I use the command "cmake ./" I get a slew of error messages like: Performing Test OpenMP_FLAG_DETECTED - Failed.  I googled this, and it looks like mountain lion does not support openMP.  I have tried different suggestions I've found on-line for getting around this issue, but hyphy is still not compiling.  Do you have any suggestions.
Thanks Tessa

Title: Re: Installation problems
Post by Steven on Sep 26th, 2013 at 3:13pm
Hi Tessa,

Have you tried running

Code (c++):
make HYPHYMP

after

Code (c++):
cmake .


OpenMP_FLAG_DETECTED - Failed is just a check that cmake is performing in order to create the correct Makefiles.

Title: Re: Installation problems
Post by Tessa on Sep 27th, 2013 at 9:40am
Thanks for the reply.  I tried the commands you suggested but to the same end. Here are the last few lines after running "make HYPHYMP":
WARNING: Target "hyphy_mp" has EXCLUDE_FROM_ALL set and will not be built by default but an install rule has been provided for it.  CMake does not define behavior for this case.
WARNING: Target "HYPHYMP" has EXCLUDE_FROM_ALL set and will not be built by default but an install rule has been provided for it.  CMake does not define behavior for this case.
WARNING: Target "HYPHYOCL" has EXCLUDE_FROM_ALL set and will not be built by default but an install rule has been provided for it.  CMake does not define behavior for this case.
WARNING: Target "HYPHYDEBUG" has EXCLUDE_FROM_ALL set and will not be built by default but an install rule has been provided for it.  CMake does not define behavior for this case.
-- Generating done
-- Build files have been written to: /Users/vlb2/Downloads/hyphy-2.2
Scanning dependencies of target HYPHYMP
CMake Error: Directory Information file not found
[100%] Built target HYPHYMP

I do end up with a hyphy folder in the path usr/local/lib/hyphy, but as far as I can tell, there is no executable. 
I appreciate your time and help, Tessa

Title: Re: Installation problems
Post by Steven on Sep 27th, 2013 at 9:56am
Hi Tessa,
The fact that I see:

Quote:
[100%] Built target HYPHYMP

Tells me it must have built.

It looks like you are building in the folder
[code]/Users/vlb2/Downloads/hyphy-2.2/[/code]

Do you want to try looking for the binary there?

Title: Re: Installation problems
Post by Sergei on Sep 27th, 2013 at 9:59am
Hi Tessa,

You should also issue a

[code]
$make install
[/code]

command if you wish the build files to go to their designated directories.

Sergei

Title: Re: Installation problems
Post by yuda on Oct 4th, 2013 at 2:51am
I downloaded 'hyphy-master' from Multimedia File Viewing and Clickable Links are available for Registered Members only!!  You need to Login Login, and typing 'cmake .' printed the following error messages.
******************************
-- Could NOT find OpenCL (missing:  OPENCL_LIBRARIES OPENCL_INCLUDE_DIR)
/opt/gridengine/bin/lx24-amd64/qmake: invalid option -- u
/opt/gridengine/bin/lx24-amd64/qmake: invalid option -- y
Usage: qmake [options] [target] ...
Options:

*snip*

-- Found unsuitable Qt version "" from NOTFOUND
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GTK2_GIO_LIBRARY (ADVANCED)
    linked by target "HYPHYGTK" in directory /home/haruo/hyphy-master

-- Configuring incomplete, errors occurred!
******************************

I would appreciate any feedback you can give.
Thank you,
Haruo

HyPhy message board » Powered by YaBB 2.5.2!
YaBB Forum Software © 2000-2024. All Rights Reserved.