Opened 15 years ago
Closed 14 years ago
#24162 closed defect (fixed)
shogun universal variant fails
Reported by: | (none) | Owned by: | jameskyle@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | shogun |
Description
The shogun universal variant fails:
---> Configuring shogun Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_math_shogun/work/shogun-0.9.1/src" && ./configure --prefix=/opt/local --disable-dependency-tracking --disable-svm-light --libs=/opt/local/lib --install-path=/opt/local --includes=/opt/local/include --destdir=/opt/local/var/macports/build/_Users_rschmidt_macports_dports_math_shogun/work/destroot --cc=/opt/local/bin/gcc-mp-4.3 --cxx=/opt/local/bin/g++-mp-4.3 --includes=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 --python=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6 --pydir=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages --disable-doxygen --interfaces=libshogun,libshogunui,cmdline,python,python_modular " returned error 1 Command output: Running configure for SHOGUN version 0.9.1 Error: Unknown parameter: --disable-dependency-tracking Check configure.log if you do not understand why it failed. The last 20 lines of configure.log are shown below tail: configure.log: No such file or directory Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with the -d flag to get complete output.
You're probably best off disabling the universal variant in shogun for now, by adding "universal_variant no
" to the Portfile, because shogun has a library dependency on atlas, and atlas does not have a universal variant.
Change History (1)
comment:1 Changed 14 years ago by jameskyle@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is due to the lack of universal support in atlas.
I've added a universal_variant no to the portfile.
r69302