[MacPorts] #69246: octave-gsl: conftest.cpp:52:10: fatal error: 'ov-scalar.h' file not found

MacPorts noreply at macports.org
Wed Jan 31 03:42:48 UTC 2024


#69246: octave-gsl: conftest.cpp:52:10: fatal error: 'ov-scalar.h' file not found
--------------------------+------------------------
  Reporter:  Schamschula  |      Owner:  ryandesign
      Type:  defect       |     Status:  reopened
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:
Resolution:               |   Keywords:  arm64
      Port:  octave-gsl   |
--------------------------+------------------------

Comment (by ryandesign):

 It looks like the way it finds these values is to run:

 {{{
 octave -qf --eval "                   \
   if exist ('__octave_config_info__')                       \
     disp  (__octave_config_info__ ('canonical_host_type'))  \
   else                                                      \
     disp  (octave_config_info ('canonical_host_type'))      \
   end"
 }}}
 {{{
 octave -qf --eval "              \
   if exist ('__octave_config_info__')                 \
     disp  (__octave_config_info__ ('octincludedir'))  \
   else                                                \
     disp  (octave_config_info ('octincludedir'))      \
   end"
 }}}

 On my system these produce the right values:

 {{{
 x86_64-apple-darwin21.6.0
 }}}
 {{{
 /opt/local/include/octave-8.4.0/octave
 }}}

 What do they do on your system?

-- 
Ticket URL: <https://trac.macports.org/ticket/69246#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list