01:32.27 |
jordisayol |
hello |
01:33.02 |
jordisayol |
I want to override these problems: |
01:33.02 |
jordisayol |
https://sourceforge.net/tracker/?func=detail&atid=640803&aid=3464421&group_id=105292 |
01:34.46 |
jordisayol |
exporting these values at compile time will
help to override it? |
01:34.46 |
jordisayol |
export CFLAGS = -mtune=generic |
01:34.46 |
jordisayol |
export CXXFLAGS = -mtune=generic |
08:27.53 |
*** join/#brlcad jordisayol
(~jordisayo@unaffiliated/jordisayol) |
17:02.44 |
starseeker |
jordisayol: are you asking if setting those
environment variables will work with the CMake build or whether
those are the correct flags to use? |
17:04.37 |
jordisayol |
hello starseeker. I want to override the
problems due to installing 32-bit deb package in a not new cpu
system |
17:11.02 |
jordisayol |
starseeker: I can pass these setting to cmake
exporting the variables, at least they appears modified at final
cmake configuration |
17:18.35 |
starseeker |
ok, good |
17:19.04 |
starseeker |
It takes some care to pass those environment
variables into the CMake logic - glad to know it's
working |
17:23.26 |
jordisayol |
but now i want to know if this arguments can
make deb packages more "compatible" |
17:29.48 |
jordisayol |
starseeker: is there a better way to pass
settings to cmake? |
17:45.58 |
starseeker |
that should be fine |
17:52.35 |
jordisayol |
ok, then I'll add to the debian/rules
script. |
17:52.46 |
jordisayol |
starseeker: Many thanks for teach me!
:-) |
18:06.31 |
starseeker |
jordisayol: if you hit trouble, let us know -
it's something that should work |
18:07.45 |
jordisayol |
starseeker: I'll do. thanks! |
18:26.51 |
*** join/#brlcad merzo
(~merzo@170-118-132-95.pool.ukrtel.net) |
19:46.23 |
CIA-128 |
BRL-CAD: 03jordisayol * r49479
10/brlcad/trunk/misc/debian/rules: Make 32-bit deb packages more
compatible. |
20:34.06 |
CIA-128 |
BRL-CAD: 03jordisayol * r49480
10/brlcad/trunk/misc/debian/rules: Update cmake settings on debian
building process. |