From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 18 Jun 2001 02:17:31 +0400 From: Yura Zotov To: Sisyphus List Cc: Mikhail Zabaluev Message-ID: <20010618021730.A29553@vezyolka.dgap.mipt.ru> Mail-Followup-To: Sisyphus List , Mikhail Zabaluev References: <20010617124711.A14378@vezyolka.dgap.mipt.ru> <20010618011642.C1590@localhost.localdomain> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20010618011642.C1590@localhost.localdomain>; from mhz@alt-linux.org on Mon, Jun 18, 2001 at 01:16:42AM +0400 Subject: [sisyphus] Re: =?koi8-r?Q?=5Bsisyphus=5D_Re:_=5Bsisyphus=5D_OpenDX_=C7=CF=D4=CF=D7!?= Sender: sisyphus-admin@altlinux.ru Errors-To: sisyphus-admin@altlinux.ru X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.0 Precedence: bulk Reply-To: sisyphus@altlinux.ru List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Archived-At: List-Archive: --jRHKVT23PllUwdXP Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Mon, Jun 18, 2001 at 01:16:42AM +0400, Mikhail Zabaluev wrote: > Hello Yura, > > On Sun, Jun 17, 2001 at 12:47:11PM +0400, Yura Zotov wrote: > > > > В /incoming/Sisyphus залиты пакеты > > > > dx-4.1.3-alt1.src.rpm > > dxsamples-4.1.3-alt1.src.rpm > > > > необходимые для сборки библиотеки > > > > libcdf-2.7-alt1.src.rpm > > libhdf-4.1r4-alt1.src.rpm > > libnetcdf-3.5.0-alt1.src.rpm > > > > лежат в /incoming (промахнулся по неопытности). OpenDX собирается > > при помощи compat-gcc и с явно отключенной поддержкой Java. Java > > отключена по двум причинам. Во-первых, в дистрибутиве нет JDK с > > которым OpenDX собирался бы без проблем > > Хотелось бы узнать побольше о проблемах с Sun JDK. > Это позже, когда сам хоть чуть-чуть разберусь с Java. > > во-вторых, для полной > > поддержки Java нужны классы от SGI, которые нельзя > > распространять. > > JDK как бы тоже нельзя распространять. Но выход из положения вы, > вероятно, нашли вчера в том же /incoming/Sisyphus/ :) > Над этим я думаю. Во всяком случае после разборок с опциями javac. В пакете dx-4.1.3-alt1.src.rpm сегодня обнаружилась проблема. У меня не работают спин-боксы в OpenDX. При нажатии на стрелочку они переходят в свое крайнее положение и в нем остаются, правда, руками в него числа вводятся. Проблема решилась удалением из dx.spec всех упоминаний о $RPM_OPT_FLAGS, $CFLAGS и $CXXFLAGS. При этом бинарник получается 24М вместо 11М повидимому из-за опции -gб присутствующей в исходниках, но, как оказалось, ее добавление к $RPM_OPT_FLAGS проблемы не решает. В общем, dx.spec для dx-4.1.3-alt2.src.rpm приложен. Пакет не залью, трафик жалко. -- Юрий А. Зотов --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="dx.spec" Name: dx Version: 4.1.3 Release: alt2 Summary: IBM Open Visualization Data Explorer License: IBM PUBLIC LICENSE Group: Science/Other URL: http://www.opendx.org Source0: http://www.research.ibm.com/dx/srcDownload/srcArchive/dx-4.1.3.tar.bz2 Patch0: dx-directories.patch # Automatically added by buildreq on Sun Jun 17 2001 BuildRequires: bison bzip2-devel compat-cpp compat-gcc compat-gcc-c++ flex freetype2 freetype2-devel ImageMagick ImageMagick-devel lesstif lesstif-devel libbfd libcdf libcdf-devel libhdf libhdf-devel libjbig libjbig-devel libjpeg-devel liblcms liblcms-devel libnetcdf libnetcdf-devel libpam libpng-devel libstdc++-devel libtiff libtiff-devel perl tcsh XFree86-devel XFree86-libs XFree86-static-libs xpm xpm-devel zlib-devel %description If you need visualization for anything from examining simple data sets to analyzing complex, time-dependent data from disparate sources, OpenDX has what you need: features and functions that let you easily gain meaningful insight into your data. And if you are looking to build visualization applications for your end users, OpenDX has what you need: power to support their requirements and versatility for customized application development. OpenDX is a uniquely powerful, full-featured software package for the visualization of scientific, engineering and analytical data: Its open system design is built on familiar standard interface environments. And its sophisticated data model provides users with great flexibility in creating visualizations. Since its introduction in 1991 as Visualization Data Explorer, it has been continuously enhanced and expanded and now with the full source code available to you, the features are limitless. Some of the features that exist in the current software are described below. %prep %setup -q -n %name-%version %patch0 -p1 %build export CC="compat-gcc" \ export CPP="compat-gcc -E" \ export CXX="compat-g++" \ %configure --with-javadx=no %make_build %install %makeinstall htmldir=".install/html" \ docdir=".install/doc" %files %_bindir/* %_libdir/* %_mandir/* %_includedir/* %doc LICENSE README ChangeLog html/.install/html doc/.install/doc %changelog * Mon Jun 18 2001 Yura Zotov 4.1.3-alt2 - malfunction spin-boxes fixed --jRHKVT23PllUwdXP--